Html Css Color HEX #A4BF01 Citrus

📋 copy color: '#A4BF01'

red 164 ◦ green 191 ◦ blue 1

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

Shades of Citrus #A4BF01

Tints of Citrus #A4BF01

RGB

 RED value IS 164 (64.45% from 255) = 46.07%

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

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 46.07%
G = 53.65%
B = 0.28%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#A4BF01 (or 0xA4BF01) is known color: Citrus. HEX triplet: A4, BF and 01. RGB value is (164,191,1). Sum of RGB (Red+Green+Blue) = 164+191+1=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 191 (75% from 255 or 53.65% from 356); Blue value is 1 (0.78% from 255 or 0.28% from 356); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BF01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4BF01 is #5B40FE. Grayscale: #A2A2A2. Windows color (decimal): -5980415 or 114596. OLE color: 114596.

HSL color Cylindrical-coordinate representation of color #A4BF01: hue angle of 68.53º degrees, saturation: 0.99, 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 #A4BF01 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 191 1 -
CMYK 0.14 0 0.99 0.25
HSL 68.53º 0.99% 0.38% -
HSV(B) 68.53º 0.99% 0.75% -
XYZ 33.95 45.16 6.96 -
YUV 161.27 37.55 129.95 -
System Red Green Blue C M Y K H S L
Decimal 164 191 1 0.14 0 0.99 0.25 68.53 0.99 0.38
Hex A4 BF 1 E 0 63 19 45 63 26
Octal 244 277 1 16 0 143 31 105 143 46
Binary 10100100 10111111 1 1110 0 1100011 11001 1000101 1100011 100110

Color Harmonies of #A4BF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BF01

Black with #A4BF01

Text Example


Text Example

White with #A4BF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BF01; }

 p { color: rgb(164,191,1); }

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

background-color css

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

 a { background-color: rgb(164,191,1); }

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

border-color css

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

 span { border-color: rgb(164,191,1); }

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