Html Css Color HEX #A8B00B Citrus

📋 copy color: '#A8B00B'

red 168 ◦ green 176 ◦ blue 11

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

Shades of Citrus #A8B00B

Tints of Citrus #A8B00B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 49.58%

 BLUE value IS 11 (4.69% from 255) = 3.1%

R = 47.32%
G = 49.58%
B = 3.1%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#A8B00B (or 0xA8B00B) is known color: Citrus. HEX triplet: A8, B0 and 0B. RGB value is (168,176,11). Sum of RGB (Red+Green+Blue) = 168+176+11=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 176 (69.14% from 255 or 49.58% from 355); Blue value is 11 (4.69% from 255 or 3.10% from 355); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B00B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8B00B is #574FF4. Grayscale: #9B9B9B. Windows color (decimal): -5722101 or 766120. OLE color: 766120.

HSL color Cylindrical-coordinate representation of color #A8B00B: hue angle of 62.91º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8B00B is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 176 11 -
CMYK 0.05 0 0.94 0.31
HSL 62.91º 0.88% 0.37% -
HSV(B) 62.91º 0.94% 0.69% -
XYZ 31.73 39.4 6.25 -
YUV 154.8 46.85 137.42 -
System Red Green Blue C M Y K H S L
Decimal 168 176 11 0.05 0 0.94 0.31 62.91 0.88 0.37
Hex A8 B0 B 5 0 5E 1F 3F 58 25
Octal 250 260 13 5 0 136 37 77 130 45
Binary 10101000 10110000 1011 101 0 1011110 11111 111111 1011000 100101

Color Harmonies of #A8B00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B00B

Black with #A8B00B

Text Example


Text Example

White with #A8B00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B00B; }

 p { color: rgb(168,176,11); }

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

background-color css

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

 a { background-color: rgb(168,176,11); }

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

border-color css

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

 span { border-color: rgb(168,176,11); }

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