Html Css Color HEX #A1BC0D Citrus

📋 copy color: '#A1BC0D'

red 161 ◦ green 188 ◦ blue 13

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

Shades of Citrus #A1BC0D

Tints of Citrus #A1BC0D

RGB

 RED value IS 161 (63.28% from 255) = 44.48%

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

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

R = 44.48%
G = 51.93%
B = 3.59%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#A1BC0D (or 0xA1BC0D) is known color: Citrus. HEX triplet: A1, BC and 0D. RGB value is (161,188,13). Sum of RGB (Red+Green+Blue) = 161+188+13=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 13 (5.47% from 255 or 3.59% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BC0D is #5E43F2. Grayscale: #A0A0A0. Windows color (decimal): -6177779 or 900257. OLE color: 900257.

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

Color convert

RGB 161 188 13 -
CMYK 0.14 0 0.93 0.26
HSL 69.26º 0.87% 0.39% -
HSV(B) 69.26º 0.93% 0.74% -
XYZ 32.75 43.57 7.06 -
YUV 159.98 45.05 128.73 -
System Red Green Blue C M Y K H S L
Decimal 161 188 13 0.14 0 0.93 0.26 69.26 0.87 0.39
Hex A1 BC D E 0 5D 1A 45 57 27
Octal 241 274 15 16 0 135 32 105 127 47
Binary 10100001 10111100 1101 1110 0 1011101 11010 1000101 1010111 100111

Color Harmonies of #A1BC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BC0D

Black with #A1BC0D

Text Example


Text Example

White with #A1BC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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