Html Css Color HEX #A8C127 Bahia

📋 copy color: '#A8C127'

red 168 ◦ green 193 ◦ blue 39

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

Shades of Bahia #A8C127

Tints of Bahia #A8C127

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.25%

 BLUE value IS 39 (15.63% from 255) = 9.75%

R = 42%
G = 48.25%
B = 9.75%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#A8C127 (or 0xA8C127) is known color: Bahia. HEX triplet: A8, C1 and 27. RGB value is (168,193,39). Sum of RGB (Red+Green+Blue) = 168+193+39=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 193 (75.78% from 255 or 48.25% from 400); Blue value is 39 (15.62% from 255 or 9.75% from 400); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C127 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C127 is #573ED8. Grayscale: #A8A8A8. Windows color (decimal): -5717721 or 2605480. OLE color: 2605480.

HSL color Cylindrical-coordinate representation of color #A8C127: hue angle of 69.74º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A8C127 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 193 39 -
CMYK 0.13 0 0.80 0.24
HSL 69.74º 0.66% 0.45% -
HSV(B) 69.74º 0.8% 0.76% -
XYZ 35.58 46.61 9.04 -
YUV 167.97 55.22 128.02 -
System Red Green Blue C M Y K H S L
Decimal 168 193 39 0.13 0 0.80 0.24 69.74 0.66 0.45
Hex A8 C1 27 D 0 50 18 46 42 2D
Octal 250 301 47 15 0 120 30 106 102 55
Binary 10101000 11000001 100111 1101 0 1010000 11000 1000110 1000010 101101

Color Harmonies of #A8C127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C127

Black with #A8C127

Text Example


Text Example

White with #A8C127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C127; }

 p { color: rgb(168,193,39); }

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

background-color css

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

 a { background-color: rgb(168,193,39); }

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

border-color css

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

 span { border-color: rgb(168,193,39); }

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