Html Css Color HEX #BDCD7B Pine Glade

📋 copy color: '#BDCD7B'

red 189 ◦ green 205 ◦ blue 123

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

Shades of Pine Glade #BDCD7B

Tints of Pine Glade #BDCD7B

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.65%

 BLUE value IS 123 (48.44% from 255) = 23.79%

R = 36.56%
G = 39.65%
B = 23.79%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.4

 K value IS 0.20

RGB Variations

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

Color information

#BDCD7B (or 0xBDCD7B) is known color: Pine Glade. HEX triplet: BD, CD and 7B. RGB value is (189,205,123). Sum of RGB (Red+Green+Blue) = 189+205+123=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 123 (48.44% from 255 or 23.79% from 517); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCD7B is #423284. Grayscale: #BFBFBF. Windows color (decimal): -4338309 or 8113597. OLE color: 8113597.

HSL color Cylindrical-coordinate representation of color #BDCD7B: hue angle of 71.71º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDCD7B is Cyan = 0.08, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 205 123 -
CMYK 0.08 0 0.4 0.20
HSL 71.71º 0.45% 0.64% -
HSV(B) 71.71º 0.4% 0.8% -
XYZ 46.39 55.91 27.09 -
YUV 190.87 89.7 126.67 -
System Red Green Blue C M Y K H S L
Decimal 189 205 123 0.08 0 0.4 0.20 71.71 0.45 0.64
Hex BD CD 7B 8 0 28 14 48 2D 40
Octal 275 315 173 10 0 50 24 110 55 100
Binary 10111101 11001101 1111011 1000 0 101000 10100 1001000 101101 1000000

Color Harmonies of #BDCD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCD7B

Black with #BDCD7B

Text Example


Text Example

White with #BDCD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCD7B; }

 p { color: rgb(189,205,123); }

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

background-color css

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

 a { background-color: rgb(189,205,123); }

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

border-color css

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

 span { border-color: rgb(189,205,123); }

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