Html Css Color HEX #B6D940 Conifer

📋 copy color: '#B6D940'

red 182 ◦ green 217 ◦ blue 64

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

Shades of Conifer #B6D940

Tints of Conifer #B6D940

RGB

 RED value IS 182 (71.48% from 255) = 39.31%

 GREEN value IS 217 (85.16% from 255) = 46.87%

 BLUE value IS 64 (25.39% from 255) = 13.82%

R = 39.31%
G = 46.87%
B = 13.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#B6D940 (or 0xB6D940) is known color: Conifer. HEX triplet: B6, D9 and 40. RGB value is (182,217,64). Sum of RGB (Red+Green+Blue) = 182+217+64=463 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.31% from 463); Green value is 217 (85.16% from 255 or 46.87% from 463); Blue value is 64 (25.39% from 255 or 13.82% from 463); Max value from RGB is 217 - color contains mainly: green. Hex color #B6D940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6D940 is #4926BF. Grayscale: #BDBDBD. Windows color (decimal): -4794048 or 4250038. OLE color: 4250038.

HSL color Cylindrical-coordinate representation of color #B6D940: hue angle of 73.73º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B6D940 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 182 217 64 -
CMYK 0.16 0 0.71 0.15
HSL 73.73º 0.67% 0.55% -
HSV(B) 73.73º 0.71% 0.85% -
XYZ 45.03 59.94 14.05 -
YUV 189.09 57.4 122.94 -
System Red Green Blue C M Y K H S L
Decimal 182 217 64 0.16 0 0.71 0.15 73.73 0.67 0.55
Hex B6 D9 40 10 0 47 F 4A 43 37
Octal 266 331 100 20 0 107 17 112 103 67
Binary 10110110 11011001 1000000 10000 0 1000111 1111 1001010 1000011 110111

Color Harmonies of #B6D940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D940

Black with #B6D940

Text Example


Text Example

White with #B6D940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D940; }

 p { color: rgb(182,217,64); }

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

background-color css

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

 a { background-color: rgb(182,217,64); }

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

border-color css

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

 span { border-color: rgb(182,217,64); }

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