Html Css Color HEX #A4BF05 Citrus

📋 copy color: '#A4BF05'

red 164 ◦ green 191 ◦ blue 5

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

Shades of Citrus #A4BF05

Tints of Citrus #A4BF05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.39%

R = 45.56%
G = 53.06%
B = 1.39%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#A4BF05 (or 0xA4BF05) is known color: Citrus. HEX triplet: A4, BF and 05. RGB value is (164,191,5). Sum of RGB (Red+Green+Blue) = 164+191+5=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 191 (75% from 255 or 53.06% from 360); Blue value is 5 (2.34% from 255 or 1.39% from 360); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BF05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4BF05 is #5B40FA. Grayscale: #A2A2A2. Windows color (decimal): -5980411 or 376740. OLE color: 376740.

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

Color convert

RGB 164 191 5 -
CMYK 0.14 0 0.97 0.25
HSL 68.71º 0.95% 0.38% -
HSV(B) 68.71º 0.97% 0.75% -
XYZ 33.97 45.17 7.07 -
YUV 161.72 39.55 129.62 -
System Red Green Blue C M Y K H S L
Decimal 164 191 5 0.14 0 0.97 0.25 68.71 0.95 0.38
Hex A4 BF 5 E 0 61 19 45 5F 26
Octal 244 277 5 16 0 141 31 105 137 46
Binary 10100100 10111111 101 1110 0 1100001 11001 1000101 1011111 100110

Color Harmonies of #A4BF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BF05

Black with #A4BF05

Text Example


Text Example

White with #A4BF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BF05; }

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

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

background-color css

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

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

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

border-color css

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

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

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