Html Css Color HEX #A6BD03 Citrus

📋 copy color: '#A6BD03'

red 166 ◦ green 189 ◦ blue 3

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

Shades of Citrus #A6BD03

Tints of Citrus #A6BD03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.84%

R = 46.37%
G = 52.79%
B = 0.84%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#A6BD03 (or 0xA6BD03) is known color: Citrus. HEX triplet: A6, BD and 03. RGB value is (166,189,3). Sum of RGB (Red+Green+Blue) = 166+189+3=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 189 (74.22% from 255 or 52.79% from 358); Blue value is 3 (1.56% from 255 or 0.84% from 358); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BD03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6BD03 is #5942FC. Grayscale: #A1A1A1. Windows color (decimal): -5849853 or 245158. OLE color: 245158.

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

Color convert

RGB 166 189 3 -
CMYK 0.12 0 0.98 0.26
HSL 67.42º 0.97% 0.38% -
HSV(B) 67.42º 0.98% 0.74% -
XYZ 33.94 44.51 6.89 -
YUV 160.92 38.88 131.62 -
System Red Green Blue C M Y K H S L
Decimal 166 189 3 0.12 0 0.98 0.26 67.42 0.97 0.38
Hex A6 BD 3 C 0 62 1A 43 61 26
Octal 246 275 3 14 0 142 32 103 141 46
Binary 10100110 10111101 11 1100 0 1100010 11010 1000011 1100001 100110

Color Harmonies of #A6BD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BD03

Black with #A6BD03

Text Example


Text Example

White with #A6BD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BD03; }

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

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

background-color css

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

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

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

border-color css

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

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

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