Html Css Color HEX #A7B302 Citrus

📋 copy color: '#A7B302'

red 167 ◦ green 179 ◦ blue 2

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

Shades of Citrus #A7B302

Tints of Citrus #A7B302

RGB

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

 GREEN value IS 179 (70.31% from 255) = 51.44%

 BLUE value IS 2 (1.17% from 255) = 0.57%

R = 47.99%
G = 51.44%
B = 0.57%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#A7B302 (or 0xA7B302) is known color: Citrus. HEX triplet: A7, B3 and 02. RGB value is (167,179,2). Sum of RGB (Red+Green+Blue) = 167+179+2=348 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.99% from 348); Green value is 179 (70.31% from 255 or 51.44% from 348); Blue value is 2 (1.17% from 255 or 0.57% from 348); Max value from RGB is 179 - color contains mainly: green. Hex color #A7B302 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7B302 is #584CFD. Grayscale: #9B9B9B. Windows color (decimal): -5786878 or 177063. OLE color: 177063.

HSL color Cylindrical-coordinate representation of color #A7B302: hue angle of 64.07º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A7B302 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 167 179 2 -
CMYK 0.07 0 0.99 0.30
HSL 64.07º 0.98% 0.35% -
HSV(B) 64.07º 0.99% 0.7% -
XYZ 32.07 40.46 6.18 -
YUV 155.23 41.52 136.39 -
System Red Green Blue C M Y K H S L
Decimal 167 179 2 0.07 0 0.99 0.30 64.07 0.98 0.35
Hex A7 B3 2 7 0 63 1E 40 62 23
Octal 247 263 2 7 0 143 36 100 142 43
Binary 10100111 10110011 10 111 0 1100011 11110 1000000 1100010 100011

Color Harmonies of #A7B302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B302

Black with #A7B302

Text Example


Text Example

White with #A7B302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B302; }

 p { color: rgb(167,179,2); }

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

background-color css

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

 a { background-color: rgb(167,179,2); }

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

border-color css

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

 span { border-color: rgb(167,179,2); }

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