Html Css Color HEX #A8BB07 Citrus

📋 copy color: '#A8BB07'

red 168 ◦ green 187 ◦ blue 7

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

Shades of Citrus #A8BB07

Tints of Citrus #A8BB07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.93%

R = 46.41%
G = 51.66%
B = 1.93%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#A8BB07 (or 0xA8BB07) is known color: Citrus. HEX triplet: A8, BB and 07. RGB value is (168,187,7). Sum of RGB (Red+Green+Blue) = 168+187+7=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 187 (73.44% from 255 or 51.66% from 362); Blue value is 7 (3.12% from 255 or 1.93% from 362); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BB07 is #5744F8. Grayscale: #A1A1A1. Windows color (decimal): -5719289 or 506792. OLE color: 506792.

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

Color convert

RGB 168 187 7 -
CMYK 0.10 0 0.96 0.27
HSL 66.33º 0.93% 0.38% -
HSV(B) 66.33º 0.96% 0.73% -
XYZ 33.96 43.88 6.88 -
YUV 160.8 41.21 133.14 -
System Red Green Blue C M Y K H S L
Decimal 168 187 7 0.10 0 0.96 0.27 66.33 0.93 0.38
Hex A8 BB 7 A 0 60 1B 42 5D 26
Octal 250 273 7 12 0 140 33 102 135 46
Binary 10101000 10111011 111 1010 0 1100000 11011 1000010 1011101 100110

Color Harmonies of #A8BB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BB07

Black with #A8BB07

Text Example


Text Example

White with #A8BB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BB07; }

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

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

background-color css

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

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

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

border-color css

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

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

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