Html Css Color HEX #BDCA78 Pine Glade

📋 copy color: '#BDCA78'

red 189 ◦ green 202 ◦ blue 120

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

Shades of Pine Glade #BDCA78

Tints of Pine Glade #BDCA78

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.53%

 BLUE value IS 120 (47.27% from 255) = 23.48%

R = 36.99%
G = 39.53%
B = 23.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#BDCA78 (or 0xBDCA78) is known color: Pine Glade. HEX triplet: BD, CA and 78. RGB value is (189,202,120). Sum of RGB (Red+Green+Blue) = 189+202+120=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 120 (47.27% from 255 or 23.48% from 511); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCA78 is #423587. Grayscale: #BDBDBD. Windows color (decimal): -4339080 or 7916221. OLE color: 7916221.

HSL color Cylindrical-coordinate representation of color #BDCA78: hue angle of 69.51º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDCA78 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 202 120 -
CMYK 0.06 0 0.41 0.21
HSL 69.51º 0.44% 0.63% -
HSV(B) 69.51º 0.41% 0.79% -
XYZ 45.5 54.42 25.87 -
YUV 188.77 89.19 128.17 -
System Red Green Blue C M Y K H S L
Decimal 189 202 120 0.06 0 0.41 0.21 69.51 0.44 0.63
Hex BD CA 78 6 0 29 15 46 2C 3F
Octal 275 312 170 6 0 51 25 106 54 77
Binary 10111101 11001010 1111000 110 0 101001 10101 1000110 101100 111111

Color Harmonies of #BDCA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCA78

Black with #BDCA78

Text Example


Text Example

White with #BDCA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCA78; }

 p { color: rgb(189,202,120); }

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

background-color css

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

 a { background-color: rgb(189,202,120); }

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

border-color css

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

 span { border-color: rgb(189,202,120); }

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