Html Css Color HEX #A8BD02 Citrus

📋 copy color: '#A8BD02'

red 168 ◦ green 189 ◦ blue 2

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

Shades of Citrus #A8BD02

Tints of Citrus #A8BD02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 46.8%
G = 52.65%
B = 0.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#A8BD02 (or 0xA8BD02) is known color: Citrus. HEX triplet: A8, BD and 02. RGB value is (168,189,2). Sum of RGB (Red+Green+Blue) = 168+189+2=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 189 (74.22% from 255 or 52.65% from 359); Blue value is 2 (1.17% from 255 or 0.56% from 359); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BD02 is #5742FD. Grayscale: #A2A2A2. Windows color (decimal): -5718782 or 179624. OLE color: 179624.

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

Color convert

RGB 168 189 2 -
CMYK 0.11 0 0.99 0.26
HSL 66.74º 0.98% 0.37% -
HSV(B) 66.74º 0.99% 0.74% -
XYZ 34.36 44.72 6.88 -
YUV 161.4 38.04 132.71 -
System Red Green Blue C M Y K H S L
Decimal 168 189 2 0.11 0 0.99 0.26 66.74 0.98 0.37
Hex A8 BD 2 B 0 63 1A 43 62 25
Octal 250 275 2 13 0 143 32 103 142 45
Binary 10101000 10111101 10 1011 0 1100011 11010 1000011 1100010 100101

Color Harmonies of #A8BD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BD02

Black with #A8BD02

Text Example


Text Example

White with #A8BD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BD02; }

 p { color: rgb(168,189,2); }

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

background-color css

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

 a { background-color: rgb(168,189,2); }

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

border-color css

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

 span { border-color: rgb(168,189,2); }

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