Html Css Color HEX #A4BD01 Citrus

📋 copy color: '#A4BD01'

red 164 ◦ green 189 ◦ blue 1

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

Shades of Citrus #A4BD01

Tints of Citrus #A4BD01

RGB

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

 GREEN value IS 189 (74.22% from 255) = 53.39%

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

R = 46.33%
G = 53.39%
B = 0.28%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#A4BD01 (or 0xA4BD01) is known color: Citrus. HEX triplet: A4, BD and 01. RGB value is (164,189,1). Sum of RGB (Red+Green+Blue) = 164+189+1=354 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.33% from 354); Green value is 189 (74.22% from 255 or 53.39% from 354); Blue value is 1 (0.78% from 255 or 0.28% from 354); Max value from RGB is 189 - color contains mainly: green. Hex color #A4BD01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4BD01 is #5B42FE. Grayscale: #A0A0A0. Windows color (decimal): -5980927 or 114084. OLE color: 114084.

HSL color Cylindrical-coordinate representation of color #A4BD01: hue angle of 67.98º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A4BD01 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 189 1 -
CMYK 0.13 0 0.99 0.26
HSL 67.98º 0.99% 0.37% -
HSV(B) 67.98º 0.99% 0.74% -
XYZ 33.51 44.29 6.81 -
YUV 160.09 38.22 130.79 -
System Red Green Blue C M Y K H S L
Decimal 164 189 1 0.13 0 0.99 0.26 67.98 0.99 0.37
Hex A4 BD 1 D 0 63 1A 44 63 25
Octal 244 275 1 15 0 143 32 104 143 45
Binary 10100100 10111101 1 1101 0 1100011 11010 1000100 1100011 100101

Color Harmonies of #A4BD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BD01

Black with #A4BD01

Text Example


Text Example

White with #A4BD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BD01; }

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

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

background-color css

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

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

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

border-color css

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

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

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