Html Css Color HEX #AFBC32 Bahia

📋 copy color: '#AFBC32'

red 175 ◦ green 188 ◦ blue 50

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

Shades of Bahia #AFBC32

Tints of Bahia #AFBC32

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.52%

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

R = 42.37%
G = 45.52%
B = 12.11%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#AFBC32 (or 0xAFBC32) is known color: Bahia. HEX triplet: AF, BC and 32. RGB value is (175,188,50). Sum of RGB (Red+Green+Blue) = 175+188+50=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 50 (19.92% from 255 or 12.11% from 413); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBC32 is #5043CD. Grayscale: #A8A8A8. Windows color (decimal): -5260238 or 3325103. OLE color: 3325103.

HSL color Cylindrical-coordinate representation of color #AFBC32: hue angle of 65.65º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AFBC32 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 188 50 -
CMYK 0.07 0 0.73 0.26
HSL 65.65º 0.58% 0.47% -
HSV(B) 65.65º 0.73% 0.74% -
XYZ 36.24 45.31 9.85 -
YUV 168.38 61.19 132.72 -
System Red Green Blue C M Y K H S L
Decimal 175 188 50 0.07 0 0.73 0.26 65.65 0.58 0.47
Hex AF BC 32 7 0 49 1A 42 3A 2F
Octal 257 274 62 7 0 111 32 102 72 57
Binary 10101111 10111100 110010 111 0 1001001 11010 1000010 111010 101111

Color Harmonies of #AFBC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC32

Black with #AFBC32

Text Example


Text Example

White with #AFBC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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