Html Css Color HEX #A4BC0B Citrus

📋 copy color: '#A4BC0B'

red 164 ◦ green 188 ◦ blue 11

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

Shades of Citrus #A4BC0B

Tints of Citrus #A4BC0B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.79%

 BLUE value IS 11 (4.69% from 255) = 3.03%

R = 45.18%
G = 51.79%
B = 3.03%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#A4BC0B (or 0xA4BC0B) is known color: Citrus. HEX triplet: A4, BC and 0B. RGB value is (164,188,11). Sum of RGB (Red+Green+Blue) = 164+188+11=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 188 (73.83% from 255 or 51.79% from 363); Blue value is 11 (4.69% from 255 or 3.03% from 363); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BC0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4BC0B is #5B43F4. Grayscale: #A1A1A1. Windows color (decimal): -5981173 or 769188. OLE color: 769188.

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

Color convert

RGB 164 188 11 -
CMYK 0.13 0 0.94 0.26
HSL 68.14º 0.89% 0.39% -
HSV(B) 68.14º 0.94% 0.74% -
XYZ 33.35 43.88 7.03 -
YUV 160.65 43.55 130.39 -
System Red Green Blue C M Y K H S L
Decimal 164 188 11 0.13 0 0.94 0.26 68.14 0.89 0.39
Hex A4 BC B D 0 5E 1A 44 59 27
Octal 244 274 13 15 0 136 32 104 131 47
Binary 10100100 10111100 1011 1101 0 1011110 11010 1000100 1011001 100111

Color Harmonies of #A4BC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BC0B

Black with #A4BC0B

Text Example


Text Example

White with #A4BC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BC0B; }

 p { color: rgb(164,188,11); }

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

background-color css

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

 a { background-color: rgb(164,188,11); }

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

border-color css

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

 span { border-color: rgb(164,188,11); }

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