Html Css Color HEX #AFBA32 Bahia

📋 copy color: '#AFBA32'

red 175 ◦ green 186 ◦ blue 50

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

Shades of Bahia #AFBA32

Tints of Bahia #AFBA32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.17%

R = 42.58%
G = 45.26%
B = 12.17%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#AFBA32 (or 0xAFBA32) is known color: Bahia. HEX triplet: AF, BA and 32. RGB value is (175,186,50). Sum of RGB (Red+Green+Blue) = 175+186+50=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 50 (19.92% from 255 or 12.17% from 411); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBA32 is #5045CD. Grayscale: #A7A7A7. Windows color (decimal): -5260750 or 3324591. OLE color: 3324591.

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

Color convert

RGB 175 186 50 -
CMYK 0.06 0 0.73 0.27
HSL 64.85º 0.58% 0.46% -
HSV(B) 64.85º 0.73% 0.73% -
XYZ 35.81 44.46 9.71 -
YUV 167.21 61.86 133.56 -
System Red Green Blue C M Y K H S L
Decimal 175 186 50 0.06 0 0.73 0.27 64.85 0.58 0.46
Hex AF BA 32 6 0 49 1B 41 3A 2E
Octal 257 272 62 6 0 111 33 101 72 56
Binary 10101111 10111010 110010 110 0 1001001 11011 1000001 111010 101110

Color Harmonies of #AFBA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA32

Black with #AFBA32

Text Example


Text Example

White with #AFBA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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