Html Css Color HEX #AFBE20 Bahia

📋 copy color: '#AFBE20'

red 175 ◦ green 190 ◦ blue 32

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

Shades of Bahia #AFBE20

Tints of Bahia #AFBE20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.06%

R = 44.08%
G = 47.86%
B = 8.06%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#AFBE20 (or 0xAFBE20) is known color: Bahia. HEX triplet: AF, BE and 20. RGB value is (175,190,32). Sum of RGB (Red+Green+Blue) = 175+190+32=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 190 (74.61% from 255 or 47.86% from 397); Blue value is 32 (12.89% from 255 or 8.06% from 397); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBE20 is #5041DF. Grayscale: #A8A8A8. Windows color (decimal): -5259744 or 2145967. OLE color: 2145967.

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

Color convert

RGB 175 190 32 -
CMYK 0.08 0 0.83 0.25
HSL 65.7º 0.71% 0.44% -
HSV(B) 65.7º 0.83% 0.75% -
XYZ 36.35 46.05 8.34 -
YUV 167.5 51.53 133.35 -
System Red Green Blue C M Y K H S L
Decimal 175 190 32 0.08 0 0.83 0.25 65.7 0.71 0.44
Hex AF BE 20 8 0 53 19 42 47 2C
Octal 257 276 40 10 0 123 31 102 107 54
Binary 10101111 10111110 100000 1000 0 1010011 11001 1000010 1000111 101100

Color Harmonies of #AFBE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBE20

Black with #AFBE20

Text Example


Text Example

White with #AFBE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBE20; }

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

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

background-color css

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

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

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

border-color css

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

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

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