Html Css Color HEX #A8BF02 Citrus

📋 copy color: '#A8BF02'

red 168 ◦ green 191 ◦ blue 2

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

Shades of Citrus #A8BF02

Tints of Citrus #A8BF02

RGB

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

 GREEN value IS 191 (75% from 255) = 52.91%

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

R = 46.54%
G = 52.91%
B = 0.55%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#A8BF02 (or 0xA8BF02) is known color: Citrus. HEX triplet: A8, BF and 02. RGB value is (168,191,2). Sum of RGB (Red+Green+Blue) = 168+191+2=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 191 (75% from 255 or 52.91% from 361); Blue value is 2 (1.17% from 255 or 0.55% from 361); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BF02 is #5740FD. Grayscale: #A3A3A3. Windows color (decimal): -5718270 or 180136. OLE color: 180136.

HSL color Cylindrical-coordinate representation of color #A8BF02: hue angle of 67.3º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8BF02 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 191 2 -
CMYK 0.12 0 0.99 0.25
HSL 67.3º 0.98% 0.38% -
HSV(B) 67.3º 0.99% 0.75% -
XYZ 34.79 45.59 7.02 -
YUV 162.58 37.38 131.87 -
System Red Green Blue C M Y K H S L
Decimal 168 191 2 0.12 0 0.99 0.25 67.3 0.98 0.38
Hex A8 BF 2 C 0 63 19 43 62 26
Octal 250 277 2 14 0 143 31 103 142 46
Binary 10101000 10111111 10 1100 0 1100011 11001 1000011 1100010 100110

Color Harmonies of #A8BF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BF02

Black with #A8BF02

Text Example


Text Example

White with #A8BF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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