Html Css Color HEX #A8BB04 Citrus

📋 copy color: '#A8BB04'

red 168 ◦ green 187 ◦ blue 4

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

Shades of Citrus #A8BB04

Tints of Citrus #A8BB04

RGB

 RED value IS 168 (66.02% from 255) = 46.8%

 GREEN value IS 187 (73.44% from 255) = 52.09%

 BLUE value IS 4 (1.95% from 255) = 1.11%

R = 46.8%
G = 52.09%
B = 1.11%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#A8BB04 (or 0xA8BB04) is known color: Citrus. HEX triplet: A8, BB and 04. RGB value is (168,187,4). Sum of RGB (Red+Green+Blue) = 168+187+4=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 187 (73.44% from 255 or 52.09% from 359); Blue value is 4 (1.95% from 255 or 1.11% from 359); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BB04 is #5744FB. Grayscale: #A1A1A1. Windows color (decimal): -5719292 or 310184. OLE color: 310184.

HSL color Cylindrical-coordinate representation of color #A8BB04: hue angle of 66.23º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8BB04 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 187 4 -
CMYK 0.10 0 0.98 0.27
HSL 66.23º 0.96% 0.37% -
HSV(B) 66.23º 0.98% 0.73% -
XYZ 33.94 43.87 6.79 -
YUV 160.46 39.71 133.38 -
System Red Green Blue C M Y K H S L
Decimal 168 187 4 0.10 0 0.98 0.27 66.23 0.96 0.37
Hex A8 BB 4 A 0 62 1B 42 60 25
Octal 250 273 4 12 0 142 33 102 140 45
Binary 10101000 10111011 100 1010 0 1100010 11011 1000010 1100000 100101

Color Harmonies of #A8BB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BB04

Black with #A8BB04

Text Example


Text Example

White with #A8BB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BB04; }

 p { color: rgb(168,187,4); }

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

background-color css

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

 a { background-color: rgb(168,187,4); }

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

border-color css

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

 span { border-color: rgb(168,187,4); }

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