Html Css Color HEX #B6DC54 Conifer

📋 copy color: '#B6DC54'

red 182 ◦ green 220 ◦ blue 84

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

Shades of Conifer #B6DC54

Tints of Conifer #B6DC54

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.27%

 BLUE value IS 84 (33.2% from 255) = 17.28%

R = 37.45%
G = 45.27%
B = 17.28%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#B6DC54 (or 0xB6DC54) is known color: Conifer. HEX triplet: B6, DC and 54. RGB value is (182,220,84). Sum of RGB (Red+Green+Blue) = 182+220+84=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 84 (33.20% from 255 or 17.28% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DC54 is #4923AB. Grayscale: #C1C1C1. Windows color (decimal): -4793260 or 5561526. OLE color: 5561526.

HSL color Cylindrical-coordinate representation of color #B6DC54: hue angle of 76.76º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B6DC54 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 220 84 -
CMYK 0.17 0 0.62 0.14
HSL 76.76º 0.66% 0.6% -
HSV(B) 76.76º 0.62% 0.86% -
XYZ 46.48 61.77 17.86 -
YUV 193.13 66.41 120.06 -
System Red Green Blue C M Y K H S L
Decimal 182 220 84 0.17 0 0.62 0.14 76.76 0.66 0.6
Hex B6 DC 54 11 0 3E E 4D 42 3C
Octal 266 334 124 21 0 76 16 115 102 74
Binary 10110110 11011100 1010100 10001 0 111110 1110 1001101 1000010 111100

Color Harmonies of #B6DC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DC54

Black with #B6DC54

Text Example


Text Example

White with #B6DC54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DC54; }

 p { color: rgb(182,220,84); }

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

background-color css

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

 a { background-color: rgb(182,220,84); }

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

border-color css

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

 span { border-color: rgb(182,220,84); }

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