Html Css Color HEX #BDC88A Green Mist

📋 copy color: '#BDC88A'

red 189 ◦ green 200 ◦ blue 138

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

Shades of Green Mist #BDC88A

Tints of Green Mist #BDC88A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.95%

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

R = 35.86%
G = 37.95%
B = 26.19%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#BDC88A (or 0xBDC88A) is known color: Green Mist. HEX triplet: BD, C8 and 8A. RGB value is (189,200,138). Sum of RGB (Red+Green+Blue) = 189+200+138=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC88A is #423775. Grayscale: #BDBDBD. Windows color (decimal): -4339574 or 9095357. OLE color: 9095357.

HSL color Cylindrical-coordinate representation of color #BDC88A: hue angle of 70.65º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDC88A is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 200 138 -
CMYK 0.06 0 0.31 0.22
HSL 70.65º 0.36% 0.66% -
HSV(B) 70.65º 0.31% 0.78% -
XYZ 46.23 53.96 32.02 -
YUV 189.64 98.86 127.54 -
System Red Green Blue C M Y K H S L
Decimal 189 200 138 0.06 0 0.31 0.22 70.65 0.36 0.66
Hex BD C8 8A 6 0 1F 16 47 24 42
Octal 275 310 212 6 0 37 26 107 44 102
Binary 10111101 11001000 10001010 110 0 11111 10110 1000111 100100 1000010

Color Harmonies of #BDC88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC88A

Black with #BDC88A

Text Example


Text Example

White with #BDC88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC88A; }

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

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

background-color css

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

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

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

border-color css

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

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

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