Html Css Color HEX #A8BB0D Citrus

📋 copy color: '#A8BB0D'

red 168 ◦ green 187 ◦ blue 13

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

Shades of Citrus #A8BB0D

Tints of Citrus #A8BB0D

RGB

 RED value IS 168 (66.02% from 255) = 45.65%

 GREEN value IS 187 (73.44% from 255) = 50.82%

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

R = 45.65%
G = 50.82%
B = 3.53%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#A8BB0D (or 0xA8BB0D) is known color: Citrus. HEX triplet: A8, BB and 0D. RGB value is (168,187,13). Sum of RGB (Red+Green+Blue) = 168+187+13=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 187 (73.44% from 255 or 50.82% from 368); Blue value is 13 (5.47% from 255 or 3.53% from 368); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BB0D is #5744F2. Grayscale: #A2A2A2. Windows color (decimal): -5719283 or 900008. OLE color: 900008.

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

Color convert

RGB 168 187 13 -
CMYK 0.10 0 0.93 0.27
HSL 66.55º 0.87% 0.39% -
HSV(B) 66.55º 0.93% 0.73% -
XYZ 33.99 43.89 7.06 -
YUV 161.48 44.21 132.65 -
System Red Green Blue C M Y K H S L
Decimal 168 187 13 0.10 0 0.93 0.27 66.55 0.87 0.39
Hex A8 BB D A 0 5D 1B 43 57 27
Octal 250 273 15 12 0 135 33 103 127 47
Binary 10101000 10111011 1101 1010 0 1011101 11011 1000011 1010111 100111

Color Harmonies of #A8BB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BB0D

Black with #A8BB0D

Text Example


Text Example

White with #A8BB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BB0D; }

 p { color: rgb(168,187,13); }

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

background-color css

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

 a { background-color: rgb(168,187,13); }

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

border-color css

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

 span { border-color: rgb(168,187,13); }

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