Html Css Color HEX #BDC68D Green Mist

📋 copy color: '#BDC68D'

red 189 ◦ green 198 ◦ blue 141

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

Shades of Green Mist #BDC68D

Tints of Green Mist #BDC68D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.5%

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

R = 35.8%
G = 37.5%
B = 26.7%

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

#BDC68D (or 0xBDC68D) is known color: Green Mist. HEX triplet: BD, C6 and 8D. RGB value is (189,198,141). Sum of RGB (Red+Green+Blue) = 189+198+141=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 198 (77.73% from 255 or 37.5% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC68D is #423972. Grayscale: #BDBDBD. Windows color (decimal): -4340083 or 9291453. OLE color: 9291453.

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

Color convert

RGB 189 198 141 -
CMYK 0.05 0 0.29 0.22
HSL 69.47º 0.33% 0.66% -
HSV(B) 69.47º 0.29% 0.78% -
XYZ 45.99 53.13 33.03 -
YUV 188.81 101.02 128.13 -
System Red Green Blue C M Y K H S L
Decimal 189 198 141 0.05 0 0.29 0.22 69.47 0.33 0.66
Hex BD C6 8D 5 0 1D 16 45 21 42
Octal 275 306 215 5 0 35 26 105 41 102
Binary 10111101 11000110 10001101 101 0 11101 10110 1000101 100001 1000010

Color Harmonies of #BDC68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC68D

Black with #BDC68D

Text Example


Text Example

White with #BDC68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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