Html Css Color HEX #A9BC0D Citrus

📋 copy color: '#A9BC0D'

red 169 ◦ green 188 ◦ blue 13

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

Shades of Citrus #A9BC0D

Tints of Citrus #A9BC0D

RGB

 RED value IS 169 (66.41% from 255) = 45.68%

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

 BLUE value IS 13 (5.47% from 255) = 3.51%

R = 45.68%
G = 50.81%
B = 3.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#A9BC0D (or 0xA9BC0D) is known color: Citrus. HEX triplet: A9, BC and 0D. RGB value is (169,188,13). Sum of RGB (Red+Green+Blue) = 169+188+13=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 188 (73.83% from 255 or 50.81% from 370); Blue value is 13 (5.47% from 255 or 3.51% from 370); Max value from RGB is 188 - color contains mainly: green. Hex color #A9BC0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9BC0D is #5643F2. Grayscale: #A3A3A3. Windows color (decimal): -5653491 or 900265. OLE color: 900265.

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

Color convert

RGB 169 188 13 -
CMYK 0.10 0 0.93 0.26
HSL 66.51º 0.87% 0.39% -
HSV(B) 66.51º 0.93% 0.74% -
XYZ 34.42 44.43 7.14 -
YUV 162.37 43.71 132.73 -
System Red Green Blue C M Y K H S L
Decimal 169 188 13 0.10 0 0.93 0.26 66.51 0.87 0.39
Hex A9 BC D A 0 5D 1A 43 57 27
Octal 251 274 15 12 0 135 32 103 127 47
Binary 10101001 10111100 1101 1010 0 1011101 11010 1000011 1010111 100111

Color Harmonies of #A9BC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BC0D

Black with #A9BC0D

Text Example


Text Example

White with #A9BC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BC0D; }

 p { color: rgb(169,188,13); }

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

background-color css

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

 a { background-color: rgb(169,188,13); }

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

border-color css

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

 span { border-color: rgb(169,188,13); }

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