Html Css Color HEX #B6D947 Conifer

📋 copy color: '#B6D947'

red 182 ◦ green 217 ◦ blue 71

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

Shades of Conifer #B6D947

Tints of Conifer #B6D947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.11%

R = 38.72%
G = 46.17%
B = 15.11%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#B6D947 (or 0xB6D947) is known color: Conifer. HEX triplet: B6, D9 and 47. RGB value is (182,217,71). Sum of RGB (Red+Green+Blue) = 182+217+71=470 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.72% from 470); Green value is 217 (85.16% from 255 or 46.17% from 470); Blue value is 71 (28.12% from 255 or 15.11% from 470); Max value from RGB is 217 - color contains mainly: green. Hex color #B6D947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6D947 is #4926B8. Grayscale: #BEBEBE. Windows color (decimal): -4794041 or 4708790. OLE color: 4708790.

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

Color convert

RGB 182 217 71 -
CMYK 0.16 0 0.67 0.15
HSL 74.38º 0.66% 0.56% -
HSV(B) 74.38º 0.67% 0.85% -
XYZ 45.24 60.03 15.16 -
YUV 189.89 60.9 122.37 -
System Red Green Blue C M Y K H S L
Decimal 182 217 71 0.16 0 0.67 0.15 74.38 0.66 0.56
Hex B6 D9 47 10 0 43 F 4A 42 38
Octal 266 331 107 20 0 103 17 112 102 70
Binary 10110110 11011001 1000111 10000 0 1000011 1111 1001010 1000010 111000

Color Harmonies of #B6D947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D947

Black with #B6D947

Text Example


Text Example

White with #B6D947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D947; }

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

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

background-color css

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

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

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

border-color css

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

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

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