Html Css Color HEX #BDC88C Green Mist

📋 copy color: '#BDC88C'

red 189 ◦ green 200 ◦ blue 140

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

Shades of Green Mist #BDC88C

Tints of Green Mist #BDC88C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.47%

R = 35.73%
G = 37.81%
B = 26.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.3

 K value IS 0.22

RGB Variations

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

Color information

#BDC88C (or 0xBDC88C) is known color: Green Mist. HEX triplet: BD, C8 and 8C. RGB value is (189,200,140). Sum of RGB (Red+Green+Blue) = 189+200+140=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 200 (78.52% from 255 or 37.81% from 529); Blue value is 140 (55.08% from 255 or 26.47% from 529); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC88C is #423773. Grayscale: #BEBEBE. Windows color (decimal): -4339572 or 9226429. OLE color: 9226429.

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

Color convert

RGB 189 200 140 -
CMYK 0.06 0 0.3 0.22
HSL 71º 0.35% 0.67% -
HSV(B) 71º 0.3% 0.78% -
XYZ 46.37 54.02 32.79 -
YUV 189.87 99.86 127.38 -
System Red Green Blue C M Y K H S L
Decimal 189 200 140 0.06 0 0.3 0.22 71 0.35 0.67
Hex BD C8 8C 6 0 1E 16 47 23 43
Octal 275 310 214 6 0 36 26 107 43 103
Binary 10111101 11001000 10001100 110 0 11110 10110 1000111 100011 1000011

Color Harmonies of #BDC88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC88C

Black with #BDC88C

Text Example


Text Example

White with #BDC88C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC88C; }

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

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

background-color css

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

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

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

border-color css

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

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

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