Html Css Color HEX #A4BC08 Citrus

📋 copy color: '#A4BC08'

red 164 ◦ green 188 ◦ blue 8

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

Shades of Citrus #A4BC08

Tints of Citrus #A4BC08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.22%

R = 45.56%
G = 52.22%
B = 2.22%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#A4BC08 (or 0xA4BC08) is known color: Citrus. HEX triplet: A4, BC and 08. RGB value is (164,188,8). Sum of RGB (Red+Green+Blue) = 164+188+8=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 188 (73.83% from 255 or 52.22% from 360); Blue value is 8 (3.52% from 255 or 2.22% from 360); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BC08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4BC08 is #5B43F7. Grayscale: #A0A0A0. Windows color (decimal): -5981176 or 572580. OLE color: 572580.

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

Color convert

RGB 164 188 8 -
CMYK 0.13 0 0.96 0.26
HSL 68º 0.92% 0.38% -
HSV(B) 68º 0.96% 0.74% -
XYZ 33.34 43.88 6.94 -
YUV 160.3 42.05 130.64 -
System Red Green Blue C M Y K H S L
Decimal 164 188 8 0.13 0 0.96 0.26 68 0.92 0.38
Hex A4 BC 8 D 0 60 1A 44 5C 26
Octal 244 274 10 15 0 140 32 104 134 46
Binary 10100100 10111100 1000 1101 0 1100000 11010 1000100 1011100 100110

Color Harmonies of #A4BC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BC08

Black with #A4BC08

Text Example


Text Example

White with #A4BC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BC08; }

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

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

background-color css

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

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

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

border-color css

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

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

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