Html Css Color HEX #BDC27D Pine Glade

📋 copy color: '#BDC27D'

red 189 ◦ green 194 ◦ blue 125

#BDC27D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Glade #BDC27D

Tints of Pine Glade #BDC27D

RGB

 RED value IS 189 (74.22% from 255) = 37.2%

 GREEN value IS 194 (76.17% from 255) = 38.19%

 BLUE value IS 125 (49.22% from 255) = 24.61%

R = 37.2%
G = 38.19%
B = 24.61%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDC27D (or 0xBDC27D) is known color: Pine Glade. HEX triplet: BD, C2 and 7D. RGB value is (189,194,125). Sum of RGB (Red+Green+Blue) = 189+194+125=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC27D is #423D82. Grayscale: #B8B8B8. Windows color (decimal): -4341123 or 8241853. OLE color: 8241853.

HSL color Cylindrical-coordinate representation of color #BDC27D: hue angle of 64.35º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDC27D is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 194 125 -
CMYK 0.03 0 0.36 0.24
HSL 64.35º 0.36% 0.63% -
HSV(B) 64.35º 0.36% 0.76% -
XYZ 43.98 50.88 26.91 -
YUV 184.64 94.34 131.11 -
System Red Green Blue C M Y K H S L
Decimal 189 194 125 0.03 0 0.36 0.24 64.35 0.36 0.63
Hex BD C2 7D 3 0 24 18 40 24 3F
Octal 275 302 175 3 0 44 30 100 44 77
Binary 10111101 11000010 1111101 11 0 100100 11000 1000000 100100 111111

Color Harmonies of #BDC27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC27D

Black with #BDC27D

Text Example


Text Example

White with #BDC27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC27D; }

 p { color: rgb(189,194,125); }

 H1.HeaderClassName
 {
   color: #BDC27D;
 }
 .AnyTagClassName
 {
   color: #BDC27D;
 }
</style>

background-color css

<style>
 a { background-color: #BDC27D; }

 a { background-color: rgb(189,194,125); }

 div.DivClassName
 {
   background-color: #BDC27D;
 }
 .BgClassName
 {
   background-color: #BDC27D;
 }
</style>

border-color css

<style>
 span { border-color: #BDC27D; }

 span { border-color: rgb(189,194,125); }

 td.TdClassName
 {
   border-color: #BDC27D;
 }
 .TagClassName
 {
   border-color: #BDC27D;
 }
</style>