Html Css Color HEX #A8BD05 Citrus

📋 copy color: '#A8BD05'

red 168 ◦ green 189 ◦ blue 5

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

Shades of Citrus #A8BD05

Tints of Citrus #A8BD05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.38%

R = 46.41%
G = 52.21%
B = 1.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#A8BD05 (or 0xA8BD05) is known color: Citrus. HEX triplet: A8, BD and 05. RGB value is (168,189,5). Sum of RGB (Red+Green+Blue) = 168+189+5=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 189 (74.22% from 255 or 52.21% from 362); Blue value is 5 (2.34% from 255 or 1.38% from 362); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BD05 is #5742FA. Grayscale: #A2A2A2. Windows color (decimal): -5718779 or 376232. OLE color: 376232.

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

Color convert

RGB 168 189 5 -
CMYK 0.11 0 0.97 0.26
HSL 66.85º 0.95% 0.38% -
HSV(B) 66.85º 0.97% 0.74% -
XYZ 34.37 44.73 6.97 -
YUV 161.75 39.54 132.46 -
System Red Green Blue C M Y K H S L
Decimal 168 189 5 0.11 0 0.97 0.26 66.85 0.95 0.38
Hex A8 BD 5 B 0 61 1A 43 5F 26
Octal 250 275 5 13 0 141 32 103 137 46
Binary 10101000 10111101 101 1011 0 1100001 11010 1000011 1011111 100110

Color Harmonies of #A8BD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BD05

Black with #A8BD05

Text Example


Text Example

White with #A8BD05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BD05; }

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

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

background-color css

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

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

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

border-color css

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

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

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