Html Css Color HEX #BDC371 Pine Glade

📋 copy color: '#BDC371'

red 189 ◦ green 195 ◦ blue 113

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

Shades of Pine Glade #BDC371

Tints of Pine Glade #BDC371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.74%

R = 38.03%
G = 39.24%
B = 22.74%

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

#BDC371 (or 0xBDC371) is known color: Pine Glade. HEX triplet: BD, C3 and 71. RGB value is (189,195,113). Sum of RGB (Red+Green+Blue) = 189+195+113=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC371 is #423C8E. Grayscale: #B8B8B8. Windows color (decimal): -4340879 or 7455677. OLE color: 7455677.

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

Color convert

RGB 189 195 113 -
CMYK 0.03 0 0.42 0.24
HSL 64.39º 0.41% 0.6% -
HSV(B) 64.39º 0.42% 0.76% -
XYZ 43.48 51.04 23.18 -
YUV 183.86 88.01 131.67 -
System Red Green Blue C M Y K H S L
Decimal 189 195 113 0.03 0 0.42 0.24 64.39 0.41 0.6
Hex BD C3 71 3 0 2A 18 40 29 3C
Octal 275 303 161 3 0 52 30 100 51 74
Binary 10111101 11000011 1110001 11 0 101010 11000 1000000 101001 111100

Color Harmonies of #BDC371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC371

Black with #BDC371

Text Example


Text Example

White with #BDC371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC371; }

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

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

background-color css

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

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

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

border-color css

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

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

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