Html Css Color HEX #BDC772 Pine Glade

📋 copy color: '#BDC772'

red 189 ◦ green 199 ◦ blue 114

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

Shades of Pine Glade #BDC772

Tints of Pine Glade #BDC772

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.64%

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

R = 37.65%
G = 39.64%
B = 22.71%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#BDC772 (or 0xBDC772) is known color: Pine Glade. HEX triplet: BD, C7 and 72. RGB value is (189,199,114). Sum of RGB (Red+Green+Blue) = 189+199+114=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 199 (78.12% from 255 or 39.64% from 502); Blue value is 114 (44.92% from 255 or 22.71% from 502); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC772 is #42388D. Grayscale: #BABABA. Windows color (decimal): -4339854 or 7522237. OLE color: 7522237.

HSL color Cylindrical-coordinate representation of color #BDC772: hue angle of 67.06º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDC772 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 199 114 -
CMYK 0.05 0 0.43 0.22
HSL 67.06º 0.43% 0.61% -
HSV(B) 67.06º 0.43% 0.78% -
XYZ 44.45 52.88 23.78 -
YUV 186.32 87.19 129.91 -
System Red Green Blue C M Y K H S L
Decimal 189 199 114 0.05 0 0.43 0.22 67.06 0.43 0.61
Hex BD C7 72 5 0 2B 16 43 2B 3D
Octal 275 307 162 5 0 53 26 103 53 75
Binary 10111101 11000111 1110010 101 0 101011 10110 1000011 101011 111101

Color Harmonies of #BDC772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC772

Black with #BDC772

Text Example


Text Example

White with #BDC772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC772; }

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

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

background-color css

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

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

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

border-color css

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

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

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