Html Css Color HEX #BDCB75 Pine Glade

📋 copy color: '#BDCB75'

red 189 ◦ green 203 ◦ blue 117

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

Shades of Pine Glade #BDCB75

Tints of Pine Glade #BDCB75

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.88%

 BLUE value IS 117 (46.09% from 255) = 22.99%

R = 37.13%
G = 39.88%
B = 22.99%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#BDCB75 (or 0xBDCB75) is known color: Pine Glade. HEX triplet: BD, CB and 75. RGB value is (189,203,117). Sum of RGB (Red+Green+Blue) = 189+203+117=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCB75 is #42348A. Grayscale: #BDBDBD. Windows color (decimal): -4338827 or 7719869. OLE color: 7719869.

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

Color convert

RGB 189 203 117 -
CMYK 0.07 0 0.42 0.20
HSL 69.77º 0.45% 0.63% -
HSV(B) 69.77º 0.42% 0.8% -
XYZ 45.55 54.82 25.01 -
YUV 189.01 87.36 127.99 -
System Red Green Blue C M Y K H S L
Decimal 189 203 117 0.07 0 0.42 0.20 69.77 0.45 0.63
Hex BD CB 75 7 0 2A 14 46 2D 3F
Octal 275 313 165 7 0 52 24 106 55 77
Binary 10111101 11001011 1110101 111 0 101010 10100 1000110 101101 111111

Color Harmonies of #BDCB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCB75

Black with #BDCB75

Text Example


Text Example

White with #BDCB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCB75; }

 p { color: rgb(189,203,117); }

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

background-color css

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

 a { background-color: rgb(189,203,117); }

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

border-color css

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

 span { border-color: rgb(189,203,117); }

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