Html Css Color HEX #BDC372 Pine Glade

📋 copy color: '#BDC372'

red 189 ◦ green 195 ◦ blue 114

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

Shades of Pine Glade #BDC372

Tints of Pine Glade #BDC372

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.16%

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

R = 37.95%
G = 39.16%
B = 22.89%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#BDC372 (or 0xBDC372) is known color: Pine Glade. HEX triplet: BD, C3 and 72. RGB value is (189,195,114). Sum of RGB (Red+Green+Blue) = 189+195+114=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC372 is #423C8D. Grayscale: #B8B8B8. Windows color (decimal): -4340878 or 7521213. OLE color: 7521213.

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

Color convert

RGB 189 195 114 -
CMYK 0.03 0 0.42 0.24
HSL 64.44º 0.4% 0.61% -
HSV(B) 64.44º 0.42% 0.76% -
XYZ 43.54 51.06 23.48 -
YUV 183.97 88.51 131.59 -
System Red Green Blue C M Y K H S L
Decimal 189 195 114 0.03 0 0.42 0.24 64.44 0.4 0.61
Hex BD C3 72 3 0 2A 18 40 28 3D
Octal 275 303 162 3 0 52 30 100 50 75
Binary 10111101 11000011 1110010 11 0 101010 11000 1000000 101000 111101

Color Harmonies of #BDC372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC372

Black with #BDC372

Text Example


Text Example

White with #BDC372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC372; }

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

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

background-color css

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

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

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

border-color css

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

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

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