Html Css Color HEX #A5CB62 Conifer

📋 copy color: '#A5CB62'

red 165 ◦ green 203 ◦ blue 98

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

Shades of Conifer #A5CB62

Tints of Conifer #A5CB62

RGB

 RED value IS 165 (64.84% from 255) = 35.41%

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

 BLUE value IS 98 (38.67% from 255) = 21.03%

R = 35.41%
G = 43.56%
B = 21.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#A5CB62 (or 0xA5CB62) is known color: Conifer. HEX triplet: A5, CB and 62. RGB value is (165,203,98). Sum of RGB (Red+Green+Blue) = 165+203+98=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 203 (79.69% from 255 or 43.56% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CB62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CB62 is #5A349D. Grayscale: #B4B4B4. Windows color (decimal): -5911710 or 6474661. OLE color: 6474661.

HSL color Cylindrical-coordinate representation of color #A5CB62: hue angle of 81.71º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A5CB62 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 203 98 -
CMYK 0.19 0 0.52 0.20
HSL 81.71º 0.5% 0.59% -
HSV(B) 81.71º 0.52% 0.8% -
XYZ 39.08 51.59 19.45 -
YUV 179.67 81.91 117.54 -
System Red Green Blue C M Y K H S L
Decimal 165 203 98 0.19 0 0.52 0.20 81.71 0.5 0.59
Hex A5 CB 62 13 0 34 14 52 32 3B
Octal 245 313 142 23 0 64 24 122 62 73
Binary 10100101 11001011 1100010 10011 0 110100 10100 1010010 110010 111011

Color Harmonies of #A5CB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CB62

Black with #A5CB62

Text Example


Text Example

White with #A5CB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CB62; }

 p { color: rgb(165,203,98); }

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

background-color css

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

 a { background-color: rgb(165,203,98); }

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

border-color css

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

 span { border-color: rgb(165,203,98); }

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