Html Css Color HEX #ABC608 Citrus

📋 copy color: '#ABC608'

red 171 ◦ green 198 ◦ blue 8

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

Shades of Citrus #ABC608

Tints of Citrus #ABC608

RGB

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

 GREEN value IS 198 (77.73% from 255) = 52.52%

 BLUE value IS 8 (3.52% from 255) = 2.12%

R = 45.36%
G = 52.52%
B = 2.12%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#ABC608 (or 0xABC608) is known color: Citrus. HEX triplet: AB, C6 and 08. RGB value is (171,198,8). Sum of RGB (Red+Green+Blue) = 171+198+8=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 198 (77.73% from 255 or 52.52% from 377); Blue value is 8 (3.52% from 255 or 2.12% from 377); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC608 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC608 is #5439F7. Grayscale: #A9A9A9. Windows color (decimal): -5519864 or 575147. OLE color: 575147.

HSL color Cylindrical-coordinate representation of color #ABC608: hue angle of 68.53º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ABC608 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 198 8 -
CMYK 0.14 0 0.96 0.22
HSL 68.53º 0.92% 0.4% -
HSV(B) 68.53º 0.96% 0.78% -
XYZ 37.03 49.06 7.75 -
YUV 168.27 37.55 129.95 -
System Red Green Blue C M Y K H S L
Decimal 171 198 8 0.14 0 0.96 0.22 68.53 0.92 0.4
Hex AB C6 8 E 0 60 16 45 5C 28
Octal 253 306 10 16 0 140 26 105 134 50
Binary 10101011 11000110 1000 1110 0 1100000 10110 1000101 1011100 101000

Color Harmonies of #ABC608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC608

Black with #ABC608

Text Example


Text Example

White with #ABC608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC608; }

 p { color: rgb(171,198,8); }

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

background-color css

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

 a { background-color: rgb(171,198,8); }

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

border-color css

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

 span { border-color: rgb(171,198,8); }

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