Html Css Color HEX #ABC303 Citrus

📋 copy color: '#ABC303'

red 171 ◦ green 195 ◦ blue 3

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

Shades of Citrus #ABC303

Tints of Citrus #ABC303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.81%

R = 46.34%
G = 52.85%
B = 0.81%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#ABC303 (or 0xABC303) is known color: Citrus. HEX triplet: AB, C3 and 03. RGB value is (171,195,3). Sum of RGB (Red+Green+Blue) = 171+195+3=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 195 (76.56% from 255 or 52.85% from 369); Blue value is 3 (1.56% from 255 or 0.81% from 369); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC303 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC303 is #543CFC. Grayscale: #A6A6A6. Windows color (decimal): -5520637 or 246699. OLE color: 246699.

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

Color convert

RGB 171 195 3 -
CMYK 0.12 0 0.98 0.24
HSL 67.5º 0.97% 0.39% -
HSV(B) 67.5º 0.98% 0.76% -
XYZ 36.33 47.69 7.38 -
YUV 165.94 36.05 131.61 -
System Red Green Blue C M Y K H S L
Decimal 171 195 3 0.12 0 0.98 0.24 67.5 0.97 0.39
Hex AB C3 3 C 0 62 18 44 61 27
Octal 253 303 3 14 0 142 30 104 141 47
Binary 10101011 11000011 11 1100 0 1100010 11000 1000100 1100001 100111

Color Harmonies of #ABC303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC303

Black with #ABC303

Text Example


Text Example

White with #ABC303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC303; }

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

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

background-color css

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

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

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

border-color css

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

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

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