Html Css Color HEX #A5BC07 Citrus

📋 copy color: '#A5BC07'

red 165 ◦ green 188 ◦ blue 7

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

Shades of Citrus #A5BC07

Tints of Citrus #A5BC07

RGB

 RED value IS 165 (64.84% from 255) = 45.83%

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

 BLUE value IS 7 (3.13% from 255) = 1.94%

R = 45.83%
G = 52.22%
B = 1.94%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#A5BC07 (or 0xA5BC07) is known color: Citrus. HEX triplet: A5, BC and 07. RGB value is (165,188,7). Sum of RGB (Red+Green+Blue) = 165+188+7=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 188 (73.83% from 255 or 52.22% from 360); Blue value is 7 (3.12% from 255 or 1.94% from 360); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5BC07 is #5A43F8. Grayscale: #A1A1A1. Windows color (decimal): -5915641 or 507045. OLE color: 507045.

HSL color Cylindrical-coordinate representation of color #A5BC07: hue angle of 67.62º degrees, saturation: 0.93, 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 #A5BC07 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 188 7 -
CMYK 0.12 0 0.96 0.26
HSL 67.62º 0.93% 0.38% -
HSV(B) 67.62º 0.96% 0.74% -
XYZ 33.54 43.98 6.92 -
YUV 160.49 41.38 131.22 -
System Red Green Blue C M Y K H S L
Decimal 165 188 7 0.12 0 0.96 0.26 67.62 0.93 0.38
Hex A5 BC 7 C 0 60 1A 44 5D 26
Octal 245 274 7 14 0 140 32 104 135 46
Binary 10100101 10111100 111 1100 0 1100000 11010 1000100 1011101 100110

Color Harmonies of #A5BC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BC07

Black with #A5BC07

Text Example


Text Example

White with #A5BC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BC07; }

 p { color: rgb(165,188,7); }

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

background-color css

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

 a { background-color: rgb(165,188,7); }

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

border-color css

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

 span { border-color: rgb(165,188,7); }

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