Html Css Color HEX #BDC799 Green Mist

📋 copy color: '#BDC799'

red 189 ◦ green 199 ◦ blue 153

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

Shades of Green Mist #BDC799

Tints of Green Mist #BDC799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 28.28%

R = 34.94%
G = 36.78%
B = 28.28%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#BDC799 (or 0xBDC799) is known color: Green Mist. HEX triplet: BD, C7 and 99. RGB value is (189,199,153). Sum of RGB (Red+Green+Blue) = 189+199+153=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 199 (78.12% from 255 or 36.78% from 541); Blue value is 153 (60.16% from 255 or 28.28% from 541); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC799 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC799 is #423866. Grayscale: #BEBEBE. Windows color (decimal): -4339815 or 10078141. OLE color: 10078141.

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

Color convert

RGB 189 199 153 -
CMYK 0.05 0 0.23 0.22
HSL 73.04º 0.29% 0.69% -
HSV(B) 73.04º 0.23% 0.78% -
XYZ 47.16 53.97 38.07 -
YUV 190.77 106.69 126.74 -
System Red Green Blue C M Y K H S L
Decimal 189 199 153 0.05 0 0.23 0.22 73.04 0.29 0.69
Hex BD C7 99 5 0 17 16 49 1D 45
Octal 275 307 231 5 0 27 26 111 35 105
Binary 10111101 11000111 10011001 101 0 10111 10110 1001001 11101 1000101

Color Harmonies of #BDC799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC799

Black with #BDC799

Text Example


Text Example

White with #BDC799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC799; }

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

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

background-color css

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

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

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

border-color css

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

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

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