Html Css Color HEX #AFBA28 Bahia

📋 copy color: '#AFBA28'

red 175 ◦ green 186 ◦ blue 40

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

Shades of Bahia #AFBA28

Tints of Bahia #AFBA28

RGB

 RED value IS 175 (68.75% from 255) = 43.64%

 GREEN value IS 186 (73.05% from 255) = 46.38%

 BLUE value IS 40 (16.02% from 255) = 9.98%

R = 43.64%
G = 46.38%
B = 9.98%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#AFBA28 (or 0xAFBA28) is known color: Bahia. HEX triplet: AF, BA and 28. RGB value is (175,186,40). Sum of RGB (Red+Green+Blue) = 175+186+40=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 40 (16.02% from 255 or 9.98% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBA28 is #5045D7. Grayscale: #A6A6A6. Windows color (decimal): -5260760 or 2669231. OLE color: 2669231.

HSL color Cylindrical-coordinate representation of color #AFBA28: hue angle of 64.52º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AFBA28 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 186 40 -
CMYK 0.06 0 0.78 0.27
HSL 64.52º 0.65% 0.44% -
HSV(B) 64.52º 0.78% 0.73% -
XYZ 35.62 44.38 8.7 -
YUV 166.07 56.86 134.37 -
System Red Green Blue C M Y K H S L
Decimal 175 186 40 0.06 0 0.78 0.27 64.52 0.65 0.44
Hex AF BA 28 6 0 4E 1B 41 41 2C
Octal 257 272 50 6 0 116 33 101 101 54
Binary 10101111 10111010 101000 110 0 1001110 11011 1000001 1000001 101100

Color Harmonies of #AFBA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA28

Black with #AFBA28

Text Example


Text Example

White with #AFBA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA28; }

 p { color: rgb(175,186,40); }

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

background-color css

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

 a { background-color: rgb(175,186,40); }

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

border-color css

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

 span { border-color: rgb(175,186,40); }

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