Html Css Color HEX #B6DC5A Conifer

📋 copy color: '#B6DC5A'

red 182 ◦ green 220 ◦ blue 90

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

Shades of Conifer #B6DC5A

Tints of Conifer #B6DC5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.29%

R = 36.99%
G = 44.72%
B = 18.29%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#B6DC5A (or 0xB6DC5A) is known color: Conifer. HEX triplet: B6, DC and 5A. RGB value is (182,220,90). Sum of RGB (Red+Green+Blue) = 182+220+90=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 90 (35.55% from 255 or 18.29% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DC5A is #4923A5. Grayscale: #C2C2C2. Windows color (decimal): -4793254 or 5954742. OLE color: 5954742.

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

Color convert

RGB 182 220 90 -
CMYK 0.17 0 0.59 0.14
HSL 77.54º 0.65% 0.61% -
HSV(B) 77.54º 0.59% 0.86% -
XYZ 46.73 61.87 19.15 -
YUV 193.82 69.41 119.57 -
System Red Green Blue C M Y K H S L
Decimal 182 220 90 0.17 0 0.59 0.14 77.54 0.65 0.61
Hex B6 DC 5A 11 0 3B E 4E 41 3D
Octal 266 334 132 21 0 73 16 116 101 75
Binary 10110110 11011100 1011010 10001 0 111011 1110 1001110 1000001 111101

Color Harmonies of #B6DC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DC5A

Black with #B6DC5A

Text Example


Text Example

White with #B6DC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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