Html Css Color HEX #BDC072 Pine Glade

📋 copy color: '#BDC072'

red 189 ◦ green 192 ◦ blue 114

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

Shades of Pine Glade #BDC072

Tints of Pine Glade #BDC072

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.79%

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

R = 38.18%
G = 38.79%
B = 23.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BDC072 (or 0xBDC072) is known color: Pine Glade. HEX triplet: BD, C0 and 72. RGB value is (189,192,114). Sum of RGB (Red+Green+Blue) = 189+192+114=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC072 is #423F8D. Grayscale: #B6B6B6. Windows color (decimal): -4341646 or 7520445. OLE color: 7520445.

HSL color Cylindrical-coordinate representation of color #BDC072: hue angle of 62.31º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDC072 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 114 -
CMYK 0.02 0 0.41 0.25
HSL 62.31º 0.38% 0.6% -
HSV(B) 62.31º 0.41% 0.75% -
XYZ 42.87 49.73 23.26 -
YUV 182.21 89.51 132.84 -
System Red Green Blue C M Y K H S L
Decimal 189 192 114 0.02 0 0.41 0.25 62.31 0.38 0.6
Hex BD C0 72 2 0 29 19 3E 26 3C
Octal 275 300 162 2 0 51 31 76 46 74
Binary 10111101 11000000 1110010 10 0 101001 11001 111110 100110 111100

Color Harmonies of #BDC072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC072

Black with #BDC072

Text Example


Text Example

White with #BDC072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC072; }

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

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

background-color css

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

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

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

border-color css

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

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

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