Html Css Color HEX #BDCA72 Pine Glade

📋 copy color: '#BDCA72'

red 189 ◦ green 202 ◦ blue 114

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

Shades of Pine Glade #BDCA72

Tints of Pine Glade #BDCA72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.57%

R = 37.43%
G = 40%
B = 22.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#BDCA72 (or 0xBDCA72) is known color: Pine Glade. HEX triplet: BD, CA and 72. RGB value is (189,202,114). Sum of RGB (Red+Green+Blue) = 189+202+114=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 114 (44.92% from 255 or 22.57% from 505); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCA72 is #42358D. Grayscale: #BCBCBC. Windows color (decimal): -4339086 or 7523005. OLE color: 7523005.

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

Color convert

RGB 189 202 114 -
CMYK 0.06 0 0.44 0.21
HSL 68.86º 0.45% 0.62% -
HSV(B) 68.86º 0.44% 0.79% -
XYZ 45.14 54.27 24.02 -
YUV 188.08 86.19 128.66 -
System Red Green Blue C M Y K H S L
Decimal 189 202 114 0.06 0 0.44 0.21 68.86 0.45 0.62
Hex BD CA 72 6 0 2C 15 45 2D 3E
Octal 275 312 162 6 0 54 25 105 55 76
Binary 10111101 11001010 1110010 110 0 101100 10101 1000101 101101 111110

Color Harmonies of #BDCA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCA72

Black with #BDCA72

Text Example


Text Example

White with #BDCA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCA72; }

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

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

background-color css

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

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

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

border-color css

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

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

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