Html Css Color HEX #BDC78D Green Mist

📋 copy color: '#BDC78D'

red 189 ◦ green 199 ◦ blue 141

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

Shades of Green Mist #BDC78D

Tints of Green Mist #BDC78D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.62%

 BLUE value IS 141 (55.47% from 255) = 26.65%

R = 35.73%
G = 37.62%
B = 26.65%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#BDC78D (or 0xBDC78D) is known color: Green Mist. HEX triplet: BD, C7 and 8D. RGB value is (189,199,141). Sum of RGB (Red+Green+Blue) = 189+199+141=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 199 (78.12% from 255 or 37.62% from 529); Blue value is 141 (55.47% from 255 or 26.65% from 529); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC78D is #423872. Grayscale: #BDBDBD. Windows color (decimal): -4339827 or 9291709. OLE color: 9291709.

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

Color convert

RGB 189 199 141 -
CMYK 0.05 0 0.29 0.22
HSL 70.34º 0.34% 0.67% -
HSV(B) 70.34º 0.29% 0.78% -
XYZ 46.22 53.59 33.11 -
YUV 189.4 100.69 127.72 -
System Red Green Blue C M Y K H S L
Decimal 189 199 141 0.05 0 0.29 0.22 70.34 0.34 0.67
Hex BD C7 8D 5 0 1D 16 46 22 43
Octal 275 307 215 5 0 35 26 106 42 103
Binary 10111101 11000111 10001101 101 0 11101 10110 1000110 100010 1000011

Color Harmonies of #BDC78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC78D

Black with #BDC78D

Text Example


Text Example

White with #BDC78D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC78D; }

 p { color: rgb(189,199,141); }

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

background-color css

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

 a { background-color: rgb(189,199,141); }

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

border-color css

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

 span { border-color: rgb(189,199,141); }

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