Html Css Color HEX #A5B00C Citrus

📋 copy color: '#A5B00C'

red 165 ◦ green 176 ◦ blue 12

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

Shades of Citrus #A5B00C

Tints of Citrus #A5B00C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 49.86%

 BLUE value IS 12 (5.08% from 255) = 3.4%

R = 46.74%
G = 49.86%
B = 3.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#A5B00C (or 0xA5B00C) is known color: Citrus. HEX triplet: A5, B0 and 0C. RGB value is (165,176,12). Sum of RGB (Red+Green+Blue) = 165+176+12=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 176 (69.14% from 255 or 49.86% from 353); Blue value is 12 (5.08% from 255 or 3.40% from 353); Max value from RGB is 176 - color contains mainly: green. Hex color #A5B00C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5B00C is #5A4FF3. Grayscale: #9A9A9A. Windows color (decimal): -5918708 or 831653. OLE color: 831653.

HSL color Cylindrical-coordinate representation of color #A5B00C: hue angle of 64.02º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A5B00C is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 176 12 -
CMYK 0.06 0 0.93 0.31
HSL 64.02º 0.87% 0.37% -
HSV(B) 64.02º 0.93% 0.69% -
XYZ 31.11 39.08 6.25 -
YUV 154.02 47.86 135.84 -
System Red Green Blue C M Y K H S L
Decimal 165 176 12 0.06 0 0.93 0.31 64.02 0.87 0.37
Hex A5 B0 C 6 0 5D 1F 40 57 25
Octal 245 260 14 6 0 135 37 100 127 45
Binary 10100101 10110000 1100 110 0 1011101 11111 1000000 1010111 100101

Color Harmonies of #A5B00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B00C

Black with #A5B00C

Text Example


Text Example

White with #A5B00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B00C; }

 p { color: rgb(165,176,12); }

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

background-color css

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

 a { background-color: rgb(165,176,12); }

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

border-color css

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

 span { border-color: rgb(165,176,12); }

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