Html Css Color HEX #A3CB55 Conifer

📋 copy color: '#A3CB55'

red 163 ◦ green 203 ◦ blue 85

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

Shades of Conifer #A3CB55

Tints of Conifer #A3CB55

RGB

 RED value IS 163 (64.06% from 255) = 36.14%

 GREEN value IS 203 (79.69% from 255) = 45.01%

 BLUE value IS 85 (33.59% from 255) = 18.85%

R = 36.14%
G = 45.01%
B = 18.85%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#A3CB55 (or 0xA3CB55) is known color: Conifer. HEX triplet: A3, CB and 55. RGB value is (163,203,85). Sum of RGB (Red+Green+Blue) = 163+203+85=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 85 (33.59% from 255 or 18.85% from 451); Max value from RGB is 203 - color contains mainly: green. Hex color #A3CB55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CB55 is #5C34AA. Grayscale: #B2B2B2. Windows color (decimal): -6042795 or 5622691. OLE color: 5622691.

HSL color Cylindrical-coordinate representation of color #A3CB55: hue angle of 80.34º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A3CB55 is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 203 85 -
CMYK 0.20 0 0.58 0.20
HSL 80.34º 0.53% 0.56% -
HSV(B) 80.34º 0.58% 0.8% -
XYZ 38.1 51.15 16.46 -
YUV 177.59 75.75 117.59 -
System Red Green Blue C M Y K H S L
Decimal 163 203 85 0.20 0 0.58 0.20 80.34 0.53 0.56
Hex A3 CB 55 14 0 3A 14 50 35 38
Octal 243 313 125 24 0 72 24 120 65 70
Binary 10100011 11001011 1010101 10100 0 111010 10100 1010000 110101 111000

Color Harmonies of #A3CB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CB55

Black with #A3CB55

Text Example


Text Example

White with #A3CB55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CB55; }

 p { color: rgb(163,203,85); }

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

background-color css

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

 a { background-color: rgb(163,203,85); }

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

border-color css

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

 span { border-color: rgb(163,203,85); }

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