Html Css Color HEX #B6DC53 Conifer

📋 copy color: '#B6DC53'

red 182 ◦ green 220 ◦ blue 83

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

Shades of Conifer #B6DC53

Tints of Conifer #B6DC53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.11%

R = 37.53%
G = 45.36%
B = 17.11%

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

#B6DC53 (or 0xB6DC53) is known color: Conifer. HEX triplet: B6, DC and 53. RGB value is (182,220,83). Sum of RGB (Red+Green+Blue) = 182+220+83=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 83 (32.81% from 255 or 17.11% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DC53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DC53 is #4923AC. Grayscale: #C1C1C1. Windows color (decimal): -4793261 or 5495990. OLE color: 5495990.

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

Color convert

RGB 182 220 83 -
CMYK 0.17 0 0.62 0.14
HSL 76.64º 0.66% 0.59% -
HSV(B) 76.64º 0.62% 0.86% -
XYZ 46.45 61.76 17.66 -
YUV 193.02 65.91 120.14 -
System Red Green Blue C M Y K H S L
Decimal 182 220 83 0.17 0 0.62 0.14 76.64 0.66 0.59
Hex B6 DC 53 11 0 3E E 4D 42 3B
Octal 266 334 123 21 0 76 16 115 102 73
Binary 10110110 11011100 1010011 10001 0 111110 1110 1001101 1000010 111011

Color Harmonies of #B6DC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DC53

Black with #B6DC53

Text Example


Text Example

White with #B6DC53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DC53; }

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

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

background-color css

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

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

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

border-color css

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

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

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