Html Css Color HEX #AFBE28 Bahia

📋 copy color: '#AFBE28'

red 175 ◦ green 190 ◦ blue 40

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

Shades of Bahia #AFBE28

Tints of Bahia #AFBE28

RGB

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

 GREEN value IS 190 (74.61% from 255) = 46.91%

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

R = 43.21%
G = 46.91%
B = 9.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#AFBE28 (or 0xAFBE28) is known color: Bahia. HEX triplet: AF, BE and 28. RGB value is (175,190,40). Sum of RGB (Red+Green+Blue) = 175+190+40=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 40 (16.02% from 255 or 9.88% from 405); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBE28 is #5041D7. Grayscale: #A9A9A9. Windows color (decimal): -5259736 or 2670255. OLE color: 2670255.

HSL color Cylindrical-coordinate representation of color #AFBE28: hue angle of 66º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AFBE28 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 190 40 -
CMYK 0.08 0 0.79 0.25
HSL 66º 0.65% 0.45% -
HSV(B) 66º 0.79% 0.75% -
XYZ 36.48 46.09 8.98 -
YUV 168.42 55.53 132.7 -
System Red Green Blue C M Y K H S L
Decimal 175 190 40 0.08 0 0.79 0.25 66 0.65 0.45
Hex AF BE 28 8 0 4F 19 42 41 2D
Octal 257 276 50 10 0 117 31 102 101 55
Binary 10101111 10111110 101000 1000 0 1001111 11001 1000010 1000001 101101

Color Harmonies of #AFBE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBE28

Black with #AFBE28

Text Example


Text Example

White with #AFBE28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBE28; }

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

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

background-color css

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

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

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

border-color css

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

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

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