Html Css Color HEX #A8BC21 Bahia

📋 copy color: '#A8BC21'

red 168 ◦ green 188 ◦ blue 33

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

Shades of Bahia #A8BC21

Tints of Bahia #A8BC21

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.33%

 BLUE value IS 33 (13.28% from 255) = 8.48%

R = 43.19%
G = 48.33%
B = 8.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#A8BC21 (or 0xA8BC21) is known color: Bahia. HEX triplet: A8, BC and 21. RGB value is (168,188,33). Sum of RGB (Red+Green+Blue) = 168+188+33=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 33 (13.28% from 255 or 8.48% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BC21 is #5743DE. Grayscale: #A4A4A4. Windows color (decimal): -5719007 or 2210984. OLE color: 2210984.

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

Color convert

RGB 168 188 33 -
CMYK 0.11 0 0.82 0.26
HSL 67.74º 0.7% 0.43% -
HSV(B) 67.74º 0.82% 0.74% -
XYZ 34.41 44.4 8.2 -
YUV 164.35 53.87 130.6 -
System Red Green Blue C M Y K H S L
Decimal 168 188 33 0.11 0 0.82 0.26 67.74 0.7 0.43
Hex A8 BC 21 B 0 52 1A 44 46 2B
Octal 250 274 41 13 0 122 32 104 106 53
Binary 10101000 10111100 100001 1011 0 1010010 11010 1000100 1000110 101011

Color Harmonies of #A8BC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BC21

Black with #A8BC21

Text Example


Text Example

White with #A8BC21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BC21; }

 p { color: rgb(168,188,33); }

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

background-color css

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

 a { background-color: rgb(168,188,33); }

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

border-color css

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

 span { border-color: rgb(168,188,33); }

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