Html Css Color HEX #AFB715 Bahia

📋 copy color: '#AFB715'

red 175 ◦ green 183 ◦ blue 21

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

Shades of Bahia #AFB715

Tints of Bahia #AFB715

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.28%

 BLUE value IS 21 (8.59% from 255) = 5.54%

R = 46.17%
G = 48.28%
B = 5.54%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#AFB715 (or 0xAFB715) is known color: Bahia. HEX triplet: AF, B7 and 15. RGB value is (175,183,21). Sum of RGB (Red+Green+Blue) = 175+183+21=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 183 (71.88% from 255 or 48.28% from 379); Blue value is 21 (8.59% from 255 or 5.54% from 379); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB715 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB715 is #5048EA. Grayscale: #A2A2A2. Windows color (decimal): -5261547 or 1423279. OLE color: 1423279.

HSL color Cylindrical-coordinate representation of color #AFB715: hue angle of 62.96º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AFB715 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 183 21 -
CMYK 0.04 0 0.89 0.28
HSL 62.96º 0.79% 0.4% -
HSV(B) 62.96º 0.89% 0.72% -
XYZ 34.75 43.04 7.18 -
YUV 162.14 48.35 137.17 -
System Red Green Blue C M Y K H S L
Decimal 175 183 21 0.04 0 0.89 0.28 62.96 0.79 0.4
Hex AF B7 15 4 0 59 1C 3F 4F 28
Octal 257 267 25 4 0 131 34 77 117 50
Binary 10101111 10110111 10101 100 0 1011001 11100 111111 1001111 101000

Color Harmonies of #AFB715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB715

Black with #AFB715

Text Example


Text Example

White with #AFB715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB715; }

 p { color: rgb(175,183,21); }

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

background-color css

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

 a { background-color: rgb(175,183,21); }

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

border-color css

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

 span { border-color: rgb(175,183,21); }

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