Html Css Color HEX #B6D547 Conifer

📋 copy color: '#B6D547'

red 182 ◦ green 213 ◦ blue 71

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

Shades of Conifer #B6D547

Tints of Conifer #B6D547

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.71%

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

R = 39.06%
G = 45.71%
B = 15.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#B6D547 (or 0xB6D547) is known color: Conifer. HEX triplet: B6, D5 and 47. RGB value is (182,213,71). Sum of RGB (Red+Green+Blue) = 182+213+71=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 71 (28.12% from 255 or 15.24% from 466); Max value from RGB is 213 - color contains mainly: green. Hex color #B6D547 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6D547 is #492AB8. Grayscale: #BCBCBC. Windows color (decimal): -4795065 or 4707766. OLE color: 4707766.

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

Color convert

RGB 182 213 71 -
CMYK 0.15 0 0.67 0.16
HSL 73.1º 0.63% 0.56% -
HSV(B) 73.1º 0.67% 0.84% -
XYZ 44.22 57.99 14.82 -
YUV 187.54 62.23 124.05 -
System Red Green Blue C M Y K H S L
Decimal 182 213 71 0.15 0 0.67 0.16 73.1 0.63 0.56
Hex B6 D5 47 F 0 43 10 49 3F 38
Octal 266 325 107 17 0 103 20 111 77 70
Binary 10110110 11010101 1000111 1111 0 1000011 10000 1001001 111111 111000

Color Harmonies of #B6D547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D547

Black with #B6D547

Text Example


Text Example

White with #B6D547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D547; }

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

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

background-color css

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

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

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

border-color css

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

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

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