Html Css Color HEX #A8B302 Citrus

📋 copy color: '#A8B302'

red 168 ◦ green 179 ◦ blue 2

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

Shades of Citrus #A8B302

Tints of Citrus #A8B302

RGB

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

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

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

R = 48.14%
G = 51.29%
B = 0.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#A8B302 (or 0xA8B302) is known color: Citrus. HEX triplet: A8, B3 and 02. RGB value is (168,179,2). Sum of RGB (Red+Green+Blue) = 168+179+2=349 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.14% from 349); Green value is 179 (70.31% from 255 or 51.29% from 349); Blue value is 2 (1.17% from 255 or 0.57% from 349); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B302 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B302 is #574CFD. Grayscale: #9C9C9C. Windows color (decimal): -5721342 or 177064. OLE color: 177064.

HSL color Cylindrical-coordinate representation of color #A8B302: hue angle of 63.73º 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 #A8B302 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 168 179 2 -
CMYK 0.06 0 0.99 0.30
HSL 63.73º 0.98% 0.35% -
HSV(B) 63.73º 0.99% 0.7% -
XYZ 32.28 40.57 6.19 -
YUV 155.53 41.36 136.89 -
System Red Green Blue C M Y K H S L
Decimal 168 179 2 0.06 0 0.99 0.30 63.73 0.98 0.35
Hex A8 B3 2 6 0 63 1E 40 62 23
Octal 250 263 2 6 0 143 36 100 142 43
Binary 10101000 10110011 10 110 0 1100011 11110 1000000 1100010 100011

Color Harmonies of #A8B302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B302

Black with #A8B302

Text Example


Text Example

White with #A8B302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B302; }

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

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

background-color css

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

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

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

border-color css

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

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

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