Html Css Color HEX #BDC584 Pine Glade

📋 copy color: '#BDC584'

red 189 ◦ green 197 ◦ blue 132

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

Shades of Pine Glade #BDC584

Tints of Pine Glade #BDC584

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.03%

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

R = 36.49%
G = 38.03%
B = 25.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#BDC584 (or 0xBDC584) is known color: Pine Glade. HEX triplet: BD, C5 and 84. RGB value is (189,197,132). Sum of RGB (Red+Green+Blue) = 189+197+132=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 132 (51.95% from 255 or 25.48% from 518); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC584 is #423A7B. Grayscale: #BBBBBB. Windows color (decimal): -4340348 or 8701373. OLE color: 8701373.

HSL color Cylindrical-coordinate representation of color #BDC584: hue angle of 67.38º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDC584 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 197 132 -
CMYK 0.04 0 0.33 0.23
HSL 67.38º 0.36% 0.65% -
HSV(B) 67.38º 0.33% 0.77% -
XYZ 45.12 52.42 29.57 -
YUV 187.2 96.85 129.29 -
System Red Green Blue C M Y K H S L
Decimal 189 197 132 0.04 0 0.33 0.23 67.38 0.36 0.65
Hex BD C5 84 4 0 21 17 43 24 41
Octal 275 305 204 4 0 41 27 103 44 101
Binary 10111101 11000101 10000100 100 0 100001 10111 1000011 100100 1000001

Color Harmonies of #BDC584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC584

Black with #BDC584

Text Example


Text Example

White with #BDC584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC584; }

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

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

background-color css

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

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

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

border-color css

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

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

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