Html Css Color HEX #A6BD00 Citrus

📋 copy color: '#A6BD00'

red 166 ◦ green 189 ◦ blue 0

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

Shades of Citrus #A6BD00

Tints of Citrus #A6BD00

RGB

 RED value IS 166 (65.23% from 255) = 46.76%

 GREEN value IS 189 (74.22% from 255) = 53.24%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.76%
G = 53.24%
B = 0%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#A6BD00 (or 0xA6BD00) is known color: Citrus. HEX triplet: A6, BD and 00. RGB value is (166,189,0). Sum of RGB (Red+Green+Blue) = 166+189+0=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 189 (74.22% from 255 or 53.24% from 355); Blue value is 0 (0.39% from 255 or 0% from 355); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6BD00 is #5942FF. Grayscale: #A1A1A1. Windows color (decimal): -5849856 or 48550. OLE color: 48550.

HSL color Cylindrical-coordinate representation of color #A6BD00: hue angle of 67.3º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A6BD00 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 189 0 -
CMYK 0.12 0 1 0.26
HSL 67.3º 1% 0.37% -
HSV(B) 67.3º 1% 0.74% -
XYZ 33.92 44.5 6.8 -
YUV 160.58 37.38 131.87 -
System Red Green Blue C M Y K H S L
Decimal 166 189 0 0.12 0 1 0.26 67.3 1 0.37
Hex A6 BD 0 C 0 64 1A 43 64 25
Octal 246 275 0 14 0 144 32 103 144 45
Binary 10100110 10111101 0 1100 0 1100100 11010 1000011 1100100 100101

Color Harmonies of #A6BD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BD00

Black with #A6BD00

Text Example


Text Example

White with #A6BD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BD00; }

 p { color: rgb(166,189,0); }

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

background-color css

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

 a { background-color: rgb(166,189,0); }

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

border-color css

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

 span { border-color: rgb(166,189,0); }

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