Html Css Color HEX #A5CB06 Citrus

📋 copy color: '#A5CB06'

red 165 ◦ green 203 ◦ blue 6

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

Shades of Citrus #A5CB06

Tints of Citrus #A5CB06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.6%

R = 44.12%
G = 54.28%
B = 1.6%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#A5CB06 (or 0xA5CB06) is known color: Citrus. HEX triplet: A5, CB and 06. RGB value is (165,203,6). Sum of RGB (Red+Green+Blue) = 165+203+6=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 203 (79.69% from 255 or 54.28% from 374); Blue value is 6 (2.73% from 255 or 1.60% from 374); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CB06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5CB06 is #5A34F9. Grayscale: #A9A9A9. Windows color (decimal): -5911802 or 445349. OLE color: 445349.

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

Color convert

RGB 165 203 6 -
CMYK 0.19 0 0.97 0.20
HSL 71.57º 0.94% 0.41% -
HSV(B) 71.57º 0.97% 0.8% -
XYZ 36.91 50.72 8.02 -
YUV 169.18 35.91 125.02 -
System Red Green Blue C M Y K H S L
Decimal 165 203 6 0.19 0 0.97 0.20 71.57 0.94 0.41
Hex A5 CB 6 13 0 61 14 48 5E 29
Octal 245 313 6 23 0 141 24 110 136 51
Binary 10100101 11001011 110 10011 0 1100001 10100 1001000 1011110 101001

Color Harmonies of #A5CB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CB06

Black with #A5CB06

Text Example


Text Example

White with #A5CB06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CB06; }

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

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

background-color css

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

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

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

border-color css

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

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

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