Html Css Color HEX #BDC292 Green Mist

📋 copy color: '#BDC292'

red 189 ◦ green 194 ◦ blue 146

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

Shades of Green Mist #BDC292

Tints of Green Mist #BDC292

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.67%

 BLUE value IS 146 (57.42% from 255) = 27.6%

R = 35.73%
G = 36.67%
B = 27.6%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#BDC292 (or 0xBDC292) is known color: Green Mist. HEX triplet: BD, C2 and 92. RGB value is (189,194,146). Sum of RGB (Red+Green+Blue) = 189+194+146=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC292 is #423D6D. Grayscale: #BBBBBB. Windows color (decimal): -4341102 or 9618109. OLE color: 9618109.

HSL color Cylindrical-coordinate representation of color #BDC292: hue angle of 66.25º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDC292 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 194 146 -
CMYK 0.03 0 0.25 0.24
HSL 66.25º 0.28% 0.67% -
HSV(B) 66.25º 0.25% 0.76% -
XYZ 45.47 51.48 34.73 -
YUV 187.03 104.84 129.4 -
System Red Green Blue C M Y K H S L
Decimal 189 194 146 0.03 0 0.25 0.24 66.25 0.28 0.67
Hex BD C2 92 3 0 19 18 42 1C 43
Octal 275 302 222 3 0 31 30 102 34 103
Binary 10111101 11000010 10010010 11 0 11001 11000 1000010 11100 1000011

Color Harmonies of #BDC292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC292

Black with #BDC292

Text Example


Text Example

White with #BDC292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC292; }

 p { color: rgb(189,194,146); }

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

background-color css

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

 a { background-color: rgb(189,194,146); }

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

border-color css

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

 span { border-color: rgb(189,194,146); }

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