#AFBF23

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

Shades of Bahia #AFBF23

Tints of Bahia #AFBF23

Color information

#AFBF23 (or 0xAFBF23) is unknown color: approx Bahia. HEX triplet: AF, BF and 23. RGB value is (175,191,35). Sum of RGB (Red+Green+Blue) = 175+191+35=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 35 (14.06% from 255 or 8.73% from 401); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBF23 is #5040DC. Grayscale: #A9A9A9. Windows color (decimal): -5259485 or 2342831. OLE color: 2342831.

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

Color convert

RGB17519135-
CMYK0.0800.820.25
HSL66.15º69.03%44.31%-
HSV(B)66.15º81.68%74.9%-
XYZ36.6146.58.64-
YUV168.4352.7132.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.64%
GREEN value IS 191 (75% from 255) = 47.63%
BLUE value IS 35 (14.06% from 255) = 8.73%
R=43.64%
G=47.63%
B=8.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175191350.0800.820.2566.1569.0344.31
HexAFBF2380521942452c
Octal257277431001223110210554
Binary10101111101111111000111000010100101100110000101000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBF23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBF23; }

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

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

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

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

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

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

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

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