Html Css Color HEX #BDC084 Pine Glade

📋 copy color: '#BDC084'

red 189 ◦ green 192 ◦ blue 132

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

Shades of Pine Glade #BDC084

Tints of Pine Glade #BDC084

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.43%

 BLUE value IS 132 (51.95% from 255) = 25.73%

R = 36.84%
G = 37.43%
B = 25.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BDC084 (or 0xBDC084) is known color: Pine Glade. HEX triplet: BD, C0 and 84. RGB value is (189,192,132). Sum of RGB (Red+Green+Blue) = 189+192+132=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 132 (51.95% from 255 or 25.73% from 513); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC084 is #423F7B. Grayscale: #B8B8B8. Windows color (decimal): -4341628 or 8700093. OLE color: 8700093.

HSL color Cylindrical-coordinate representation of color #BDC084: hue angle of 63º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDC084 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 132 -
CMYK 0.02 0 0.31 0.25
HSL 63º 0.32% 0.64% -
HSV(B) 63º 0.31% 0.75% -
XYZ 44 50.18 29.2 -
YUV 184.26 98.51 131.38 -
System Red Green Blue C M Y K H S L
Decimal 189 192 132 0.02 0 0.31 0.25 63 0.32 0.64
Hex BD C0 84 2 0 1F 19 3F 20 40
Octal 275 300 204 2 0 37 31 77 40 100
Binary 10111101 11000000 10000100 10 0 11111 11001 111111 100000 1000000

Color Harmonies of #BDC084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC084

Black with #BDC084

Text Example


Text Example

White with #BDC084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC084; }

 p { color: rgb(189,192,132); }

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

background-color css

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

 a { background-color: rgb(189,192,132); }

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

border-color css

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

 span { border-color: rgb(189,192,132); }

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