Html Css Color HEX #AFB31B Bahia

📋 copy color: '#AFB31B'

red 175 ◦ green 179 ◦ blue 27

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

Shades of Bahia #AFB31B

Tints of Bahia #AFB31B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.98%

 BLUE value IS 27 (10.94% from 255) = 7.09%

R = 45.93%
G = 46.98%
B = 7.09%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#AFB31B (or 0xAFB31B) is known color: Bahia. HEX triplet: AF, B3 and 1B. RGB value is (175,179,27). Sum of RGB (Red+Green+Blue) = 175+179+27=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 179 (70.31% from 255 or 46.98% from 381); Blue value is 27 (10.94% from 255 or 7.09% from 381); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB31B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB31B is #504CE4. Grayscale: #A1A1A1. Windows color (decimal): -5262565 or 1815471. OLE color: 1815471.

HSL color Cylindrical-coordinate representation of color #AFB31B: hue angle of 61.58º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AFB31B is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 179 27 -
CMYK 0.02 0 0.85 0.30
HSL 61.58º 0.74% 0.4% -
HSV(B) 61.58º 0.85% 0.7% -
XYZ 34 41.43 7.24 -
YUV 160.48 52.67 138.36 -
System Red Green Blue C M Y K H S L
Decimal 175 179 27 0.02 0 0.85 0.30 61.58 0.74 0.4
Hex AF B3 1B 2 0 55 1E 3E 4A 28
Octal 257 263 33 2 0 125 36 76 112 50
Binary 10101111 10110011 11011 10 0 1010101 11110 111110 1001010 101000

Color Harmonies of #AFB31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB31B

Black with #AFB31B

Text Example


Text Example

White with #AFB31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB31B; }

 p { color: rgb(175,179,27); }

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

background-color css

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

 a { background-color: rgb(175,179,27); }

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

border-color css

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

 span { border-color: rgb(175,179,27); }

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