Html Css Color HEX #ABC302 Citrus

📋 copy color: '#ABC302'

red 171 ◦ green 195 ◦ blue 2

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

Shades of Citrus #ABC302

Tints of Citrus #ABC302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 46.47%
G = 52.99%
B = 0.54%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#ABC302 (or 0xABC302) is known color: Citrus. HEX triplet: AB, C3 and 02. RGB value is (171,195,2). Sum of RGB (Red+Green+Blue) = 171+195+2=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 195 (76.56% from 255 or 52.99% from 368); Blue value is 2 (1.17% from 255 or 0.54% from 368); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC302 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC302 is #543CFD. Grayscale: #A6A6A6. Windows color (decimal): -5520638 or 181163. OLE color: 181163.

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

Color convert

RGB 171 195 2 -
CMYK 0.12 0 0.99 0.24
HSL 67.46º 0.98% 0.39% -
HSV(B) 67.46º 0.99% 0.76% -
XYZ 36.32 47.69 7.35 -
YUV 165.82 35.55 131.69 -
System Red Green Blue C M Y K H S L
Decimal 171 195 2 0.12 0 0.99 0.24 67.46 0.98 0.39
Hex AB C3 2 C 0 63 18 43 62 27
Octal 253 303 2 14 0 143 30 103 142 47
Binary 10101011 11000011 10 1100 0 1100011 11000 1000011 1100010 100111

Color Harmonies of #ABC302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC302

Black with #ABC302

Text Example


Text Example

White with #ABC302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC302; }

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

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

background-color css

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

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

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

border-color css

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

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

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