#AFBB23

Color #AFBB23 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #AFBB23

Tints of Bahia #AFBB23

Color information

#AFBB23 (or 0xAFBB23) is unknown color: approx Bahia. HEX triplet: AF, BB and 23. RGB value is (175,187,35). Sum of RGB (Red+Green+Blue) = 175+187+35=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 187 (73.44% from 255 or 47.10% from 397); Blue value is 35 (14.06% from 255 or 8.82% from 397); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBB23 is #5044DC. Grayscale: #A6A6A6. Windows color (decimal): -5260509 or 2341807. OLE color: 2341807.

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

Color convert

RGB17518735-
CMYK0.0600.810.27
HSL64.74º68.47%43.53%-
HSV(B)64.74º81.28%73.33%-
XYZ35.7544.788.35-
YUV166.0854.02134.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.08%
GREEN value IS 187 (73.44% from 255) = 47.10%
BLUE value IS 35 (14.06% from 255) = 8.82%
R=44.08%
G=47.10%
B=8.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175187350.0600.810.2764.7468.4743.53
HexAFBB2360511B41442c
Octal25727343601213310110454
Binary1010111110111011100011110010100011101110000011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBB23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBB23; }

 p { color: rgb(175,187,35); }

 H1.HeaderClassName
 {
   color: #AFBB23;
 }
 .AnyTagClassName
 {
   color: #AFBB23;
 }
</style>
background-color css

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

 a { background-color: rgb(175,187,35); }

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

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

 span { border-color: rgb(175,187,35); }

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