Html Css Color HEX #BDC98B Green Mist

📋 copy color: '#BDC98B'

red 189 ◦ green 201 ◦ blue 139

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

Shades of Green Mist #BDC98B

Tints of Green Mist #BDC98B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38%

 BLUE value IS 139 (54.69% from 255) = 26.28%

R = 35.73%
G = 38%
B = 26.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#BDC98B (or 0xBDC98B) is known color: Green Mist. HEX triplet: BD, C9 and 8B. RGB value is (189,201,139). Sum of RGB (Red+Green+Blue) = 189+201+139=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 139 (54.69% from 255 or 26.28% from 529); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC98B is #423674. Grayscale: #BEBEBE. Windows color (decimal): -4339317 or 9161149. OLE color: 9161149.

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

Color convert

RGB 189 201 139 -
CMYK 0.06 0 0.31 0.21
HSL 71.61º 0.36% 0.67% -
HSV(B) 71.61º 0.31% 0.79% -
XYZ 46.53 54.46 32.48 -
YUV 190.34 99.02 127.04 -
System Red Green Blue C M Y K H S L
Decimal 189 201 139 0.06 0 0.31 0.21 71.61 0.36 0.67
Hex BD C9 8B 6 0 1F 15 48 24 43
Octal 275 311 213 6 0 37 25 110 44 103
Binary 10111101 11001001 10001011 110 0 11111 10101 1001000 100100 1000011

Color Harmonies of #BDC98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC98B

Black with #BDC98B

Text Example


Text Example

White with #BDC98B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC98B; }

 p { color: rgb(189,201,139); }

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

background-color css

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

 a { background-color: rgb(189,201,139); }

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

border-color css

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

 span { border-color: rgb(189,201,139); }

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