Html Css Color HEX #ABC305 Citrus

📋 copy color: '#ABC305'

red 171 ◦ green 195 ◦ blue 5

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

Shades of Citrus #ABC305

Tints of Citrus #ABC305

RGB

 RED value IS 171 (67.19% from 255) = 46.09%

 GREEN value IS 195 (76.56% from 255) = 52.56%

 BLUE value IS 5 (2.34% from 255) = 1.35%

R = 46.09%
G = 52.56%
B = 1.35%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#ABC305 (or 0xABC305) is known color: Citrus. HEX triplet: AB, C3 and 05. RGB value is (171,195,5). Sum of RGB (Red+Green+Blue) = 171+195+5=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 195 (76.56% from 255 or 52.56% from 371); Blue value is 5 (2.34% from 255 or 1.35% from 371); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC305 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC305 is #543CFA. Grayscale: #A6A6A6. Windows color (decimal): -5520635 or 377771. OLE color: 377771.

HSL color Cylindrical-coordinate representation of color #ABC305: hue angle of 67.58º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ABC305 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 195 5 -
CMYK 0.12 0 0.97 0.24
HSL 67.58º 0.95% 0.39% -
HSV(B) 67.58º 0.97% 0.76% -
XYZ 36.34 47.7 7.44 -
YUV 166.16 37.05 131.45 -
System Red Green Blue C M Y K H S L
Decimal 171 195 5 0.12 0 0.97 0.24 67.58 0.95 0.39
Hex AB C3 5 C 0 61 18 44 5F 27
Octal 253 303 5 14 0 141 30 104 137 47
Binary 10101011 11000011 101 1100 0 1100001 11000 1000100 1011111 100111

Color Harmonies of #ABC305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC305

Black with #ABC305

Text Example


Text Example

White with #ABC305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC305; }

 p { color: rgb(171,195,5); }

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

background-color css

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

 a { background-color: rgb(171,195,5); }

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

border-color css

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

 span { border-color: rgb(171,195,5); }

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