Html Css Color HEX #BDC272 Pine Glade

📋 copy color: '#BDC272'

red 189 ◦ green 194 ◦ blue 114

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

Shades of Pine Glade #BDC272

Tints of Pine Glade #BDC272

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.03%

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

R = 38.03%
G = 39.03%
B = 22.94%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#BDC272 (or 0xBDC272) is known color: Pine Glade. HEX triplet: BD, C2 and 72. RGB value is (189,194,114). Sum of RGB (Red+Green+Blue) = 189+194+114=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC272 is #423D8D. Grayscale: #B7B7B7. Windows color (decimal): -4341134 or 7520957. OLE color: 7520957.

HSL color Cylindrical-coordinate representation of color #BDC272: hue angle of 63.75º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDC272 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 194 114 -
CMYK 0.03 0 0.41 0.24
HSL 63.75º 0.4% 0.6% -
HSV(B) 63.75º 0.41% 0.76% -
XYZ 43.32 50.62 23.41 -
YUV 183.39 88.84 132 -
System Red Green Blue C M Y K H S L
Decimal 189 194 114 0.03 0 0.41 0.24 63.75 0.4 0.6
Hex BD C2 72 3 0 29 18 40 28 3C
Octal 275 302 162 3 0 51 30 100 50 74
Binary 10111101 11000010 1110010 11 0 101001 11000 1000000 101000 111100

Color Harmonies of #BDC272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC272

Black with #BDC272

Text Example


Text Example

White with #BDC272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC272; }

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

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

background-color css

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

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

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

border-color css

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

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

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