Html Css Color HEX #BDCB74 Pine Glade

📋 copy color: '#BDCB74'

red 189 ◦ green 203 ◦ blue 116

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

Shades of Pine Glade #BDCB74

Tints of Pine Glade #BDCB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.83%

R = 37.2%
G = 39.96%
B = 22.83%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#BDCB74 (or 0xBDCB74) is known color: Pine Glade. HEX triplet: BD, CB and 74. RGB value is (189,203,116). Sum of RGB (Red+Green+Blue) = 189+203+116=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 116 (45.70% from 255 or 22.83% from 508); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCB74 is #42348B. Grayscale: #BDBDBD. Windows color (decimal): -4338828 or 7654333. OLE color: 7654333.

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

Color convert

RGB 189 203 116 -
CMYK 0.07 0 0.43 0.20
HSL 69.66º 0.46% 0.63% -
HSV(B) 69.66º 0.43% 0.8% -
XYZ 45.49 54.79 24.7 -
YUV 188.9 86.86 128.07 -
System Red Green Blue C M Y K H S L
Decimal 189 203 116 0.07 0 0.43 0.20 69.66 0.46 0.63
Hex BD CB 74 7 0 2B 14 46 2E 3F
Octal 275 313 164 7 0 53 24 106 56 77
Binary 10111101 11001011 1110100 111 0 101011 10100 1000110 101110 111111

Color Harmonies of #BDCB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCB74

Black with #BDCB74

Text Example


Text Example

White with #BDCB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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