Html Css Color HEX #AFBF1C Bahia

📋 copy color: '#AFBF1C'

red 175 ◦ green 191 ◦ blue 28

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

Shades of Bahia #AFBF1C

Tints of Bahia #AFBF1C

RGB

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

 GREEN value IS 191 (75% from 255) = 48.48%

 BLUE value IS 28 (11.33% from 255) = 7.11%

R = 44.42%
G = 48.48%
B = 7.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#AFBF1C (or 0xAFBF1C) is known color: Bahia. HEX triplet: AF, BF and 1C. RGB value is (175,191,28). Sum of RGB (Red+Green+Blue) = 175+191+28=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 191 (75% from 255 or 48.48% from 394); Blue value is 28 (11.33% from 255 or 7.11% from 394); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBF1C is #5040E3. Grayscale: #A8A8A8. Windows color (decimal): -5259492 or 1884079. OLE color: 1884079.

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

Color convert

RGB 175 191 28 -
CMYK 0.08 0 0.85 0.25
HSL 65.89º 0.74% 0.43% -
HSV(B) 65.89º 0.85% 0.75% -
XYZ 36.52 46.46 8.14 -
YUV 167.63 49.2 133.25 -
System Red Green Blue C M Y K H S L
Decimal 175 191 28 0.08 0 0.85 0.25 65.89 0.74 0.43
Hex AF BF 1C 8 0 55 19 42 4A 2B
Octal 257 277 34 10 0 125 31 102 112 53
Binary 10101111 10111111 11100 1000 0 1010101 11001 1000010 1001010 101011

Color Harmonies of #AFBF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBF1C

Black with #AFBF1C

Text Example


Text Example

White with #AFBF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBF1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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