Html Css Color HEX #A7B008 Citrus

📋 copy color: '#A7B008'

red 167 ◦ green 176 ◦ blue 8

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

Shades of Citrus #A7B008

Tints of Citrus #A7B008

RGB

 RED value IS 167 (65.63% from 255) = 47.58%

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

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

R = 47.58%
G = 50.14%
B = 2.28%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#A7B008 (or 0xA7B008) is known color: Citrus. HEX triplet: A7, B0 and 08. RGB value is (167,176,8). Sum of RGB (Red+Green+Blue) = 167+176+8=351 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.58% from 351); Green value is 176 (69.14% from 255 or 50.14% from 351); Blue value is 8 (3.52% from 255 or 2.28% from 351); Max value from RGB is 176 - color contains mainly: green. Hex color #A7B008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7B008 is #584FF7. Grayscale: #9A9A9A. Windows color (decimal): -5787640 or 569511. OLE color: 569511.

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

Color convert

RGB 167 176 8 -
CMYK 0.05 0 0.95 0.31
HSL 63.21º 0.91% 0.36% -
HSV(B) 63.21º 0.95% 0.69% -
XYZ 31.51 39.28 6.15 -
YUV 154.16 45.52 137.16 -
System Red Green Blue C M Y K H S L
Decimal 167 176 8 0.05 0 0.95 0.31 63.21 0.91 0.36
Hex A7 B0 8 5 0 5F 1F 3F 5B 24
Octal 247 260 10 5 0 137 37 77 133 44
Binary 10100111 10110000 1000 101 0 1011111 11111 111111 1011011 100100

Color Harmonies of #A7B008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B008

Black with #A7B008

Text Example


Text Example

White with #A7B008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B008; }

 p { color: rgb(167,176,8); }

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

background-color css

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

 a { background-color: rgb(167,176,8); }

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

border-color css

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

 span { border-color: rgb(167,176,8); }

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