Html Css Color HEX #A5CB52 Conifer

📋 copy color: '#A5CB52'

red 165 ◦ green 203 ◦ blue 82

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

Shades of Conifer #A5CB52

Tints of Conifer #A5CB52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.22%

R = 36.67%
G = 45.11%
B = 18.22%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#A5CB52 (or 0xA5CB52) is known color: Conifer. HEX triplet: A5, CB and 52. RGB value is (165,203,82). Sum of RGB (Red+Green+Blue) = 165+203+82=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 203 (79.69% from 255 or 45.11% from 450); Blue value is 82 (32.42% from 255 or 18.22% from 450); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CB52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CB52 is #5A34AD. Grayscale: #B2B2B2. Windows color (decimal): -5911726 or 5426085. OLE color: 5426085.

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

Color convert

RGB 165 203 82 -
CMYK 0.19 0 0.60 0.20
HSL 78.84º 0.54% 0.56% -
HSV(B) 78.84º 0.6% 0.8% -
XYZ 38.4 51.32 15.86 -
YUV 177.84 73.91 118.84 -
System Red Green Blue C M Y K H S L
Decimal 165 203 82 0.19 0 0.60 0.20 78.84 0.54 0.56
Hex A5 CB 52 13 0 3C 14 4F 36 38
Octal 245 313 122 23 0 74 24 117 66 70
Binary 10100101 11001011 1010010 10011 0 111100 10100 1001111 110110 111000

Color Harmonies of #A5CB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CB52

Black with #A5CB52

Text Example


Text Example

White with #A5CB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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