Html Css Color HEX #BDC98F Green Mist

📋 copy color: '#BDC98F'

red 189 ◦ green 201 ◦ blue 143

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

Shades of Green Mist #BDC98F

Tints of Green Mist #BDC98F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26.83%

R = 35.46%
G = 37.71%
B = 26.83%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#BDC98F (or 0xBDC98F) is known color: Green Mist. HEX triplet: BD, C9 and 8F. RGB value is (189,201,143). Sum of RGB (Red+Green+Blue) = 189+201+143=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 201 (78.91% from 255 or 37.71% from 533); Blue value is 143 (56.25% from 255 or 26.83% from 533); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC98F is #423670. Grayscale: #BFBFBF. Windows color (decimal): -4339313 or 9423293. OLE color: 9423293.

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

Color convert

RGB 189 201 143 -
CMYK 0.06 0 0.29 0.21
HSL 72.41º 0.35% 0.67% -
HSV(B) 72.41º 0.29% 0.79% -
XYZ 46.83 54.58 34.05 -
YUV 190.8 101.02 126.72 -
System Red Green Blue C M Y K H S L
Decimal 189 201 143 0.06 0 0.29 0.21 72.41 0.35 0.67
Hex BD C9 8F 6 0 1D 15 48 23 43
Octal 275 311 217 6 0 35 25 110 43 103
Binary 10111101 11001001 10001111 110 0 11101 10101 1001000 100011 1000011

Color Harmonies of #BDC98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC98F

Black with #BDC98F

Text Example


Text Example

White with #BDC98F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC98F; }

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

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

background-color css

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

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

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

border-color css

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

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

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