Html Css Color HEX #BDC58A Pine Glade

📋 copy color: '#BDC58A'

red 189 ◦ green 197 ◦ blue 138

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

Shades of Pine Glade #BDC58A

Tints of Pine Glade #BDC58A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.34%

R = 36.07%
G = 37.6%
B = 26.34%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#BDC58A (or 0xBDC58A) is known color: Pine Glade. HEX triplet: BD, C5 and 8A. RGB value is (189,197,138). Sum of RGB (Red+Green+Blue) = 189+197+138=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 197 (77.34% from 255 or 37.60% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC58A is #423A75. Grayscale: #BCBCBC. Windows color (decimal): -4340342 or 9094589. OLE color: 9094589.

HSL color Cylindrical-coordinate representation of color #BDC58A: hue angle of 68.14º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDC58A is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 197 138 -
CMYK 0.04 0 0.30 0.23
HSL 68.14º 0.34% 0.66% -
HSV(B) 68.14º 0.3% 0.77% -
XYZ 45.54 52.59 31.79 -
YUV 187.88 99.85 128.8 -
System Red Green Blue C M Y K H S L
Decimal 189 197 138 0.04 0 0.30 0.23 68.14 0.34 0.66
Hex BD C5 8A 4 0 1E 17 44 22 42
Octal 275 305 212 4 0 36 27 104 42 102
Binary 10111101 11000101 10001010 100 0 11110 10111 1000100 100010 1000010

Color Harmonies of #BDC58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC58A

Black with #BDC58A

Text Example


Text Example

White with #BDC58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC58A; }

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

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

background-color css

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

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

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

border-color css

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

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

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