Html Css Color HEX #BDC972 Pine Glade

📋 copy color: '#BDC972'

red 189 ◦ green 201 ◦ blue 114

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

Shades of Pine Glade #BDC972

Tints of Pine Glade #BDC972

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.88%

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

R = 37.5%
G = 39.88%
B = 22.62%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#BDC972 (or 0xBDC972) is known color: Pine Glade. HEX triplet: BD, C9 and 72. RGB value is (189,201,114). Sum of RGB (Red+Green+Blue) = 189+201+114=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 201 (78.91% from 255 or 39.88% from 504); Blue value is 114 (44.92% from 255 or 22.62% from 504); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC972 is #42368D. Grayscale: #BBBBBB. Windows color (decimal): -4339342 or 7522749. OLE color: 7522749.

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

Color convert

RGB 189 201 114 -
CMYK 0.06 0 0.43 0.21
HSL 68.28º 0.45% 0.62% -
HSV(B) 68.28º 0.43% 0.79% -
XYZ 44.91 53.81 23.94 -
YUV 187.49 86.52 129.07 -
System Red Green Blue C M Y K H S L
Decimal 189 201 114 0.06 0 0.43 0.21 68.28 0.45 0.62
Hex BD C9 72 6 0 2B 15 44 2D 3E
Octal 275 311 162 6 0 53 25 104 55 76
Binary 10111101 11001001 1110010 110 0 101011 10101 1000100 101101 111110

Color Harmonies of #BDC972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC972

Black with #BDC972

Text Example


Text Example

White with #BDC972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC972; }

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

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

background-color css

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

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

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

border-color css

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

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

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