Html Css Color HEX #BDC181 Pine Glade

📋 copy color: '#BDC181'

red 189 ◦ green 193 ◦ blue 129

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

Shades of Pine Glade #BDC181

Tints of Pine Glade #BDC181

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.77%

 BLUE value IS 129 (50.78% from 255) = 25.24%

R = 36.99%
G = 37.77%
B = 25.24%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#BDC181 (or 0xBDC181) is known color: Pine Glade. HEX triplet: BD, C1 and 81. RGB value is (189,193,129). Sum of RGB (Red+Green+Blue) = 189+193+129=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 129 (50.78% from 255 or 25.24% from 511); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC181 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC181 is #423E7E. Grayscale: #B8B8B8. Windows color (decimal): -4341375 or 8503741. OLE color: 8503741.

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

Color convert

RGB 189 193 129 -
CMYK 0.02 0 0.33 0.24
HSL 63.75º 0.34% 0.63% -
HSV(B) 63.75º 0.33% 0.76% -
XYZ 44.02 50.54 28.2 -
YUV 184.51 96.67 131.2 -
System Red Green Blue C M Y K H S L
Decimal 189 193 129 0.02 0 0.33 0.24 63.75 0.34 0.63
Hex BD C1 81 2 0 21 18 40 22 3F
Octal 275 301 201 2 0 41 30 100 42 77
Binary 10111101 11000001 10000001 10 0 100001 11000 1000000 100010 111111

Color Harmonies of #BDC181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC181

Black with #BDC181

Text Example


Text Example

White with #BDC181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC181; }

 p { color: rgb(189,193,129); }

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

background-color css

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

 a { background-color: rgb(189,193,129); }

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

border-color css

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

 span { border-color: rgb(189,193,129); }

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