Html Css Color HEX #AFB81B Bahia

📋 copy color: '#AFB81B'

red 175 ◦ green 184 ◦ blue 27

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

Shades of Bahia #AFB81B

Tints of Bahia #AFB81B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.67%

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

R = 45.34%
G = 47.67%
B = 6.99%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#AFB81B (or 0xAFB81B) is known color: Bahia. HEX triplet: AF, B8 and 1B. RGB value is (175,184,27). Sum of RGB (Red+Green+Blue) = 175+184+27=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 184 (72.27% from 255 or 47.67% from 386); Blue value is 27 (10.94% from 255 or 6.99% from 386); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB81B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB81B is #5047E4. Grayscale: #A4A4A4. Windows color (decimal): -5261285 or 1816751. OLE color: 1816751.

HSL color Cylindrical-coordinate representation of color #AFB81B: hue angle of 63.44º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AFB81B is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 184 27 -
CMYK 0.05 0 0.85 0.28
HSL 63.44º 0.74% 0.41% -
HSV(B) 63.44º 0.85% 0.72% -
XYZ 35.02 43.47 7.58 -
YUV 163.41 51.02 136.27 -
System Red Green Blue C M Y K H S L
Decimal 175 184 27 0.05 0 0.85 0.28 63.44 0.74 0.41
Hex AF B8 1B 5 0 55 1C 3F 4A 29
Octal 257 270 33 5 0 125 34 77 112 51
Binary 10101111 10111000 11011 101 0 1010101 11100 111111 1001010 101001

Color Harmonies of #AFB81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB81B

Black with #AFB81B

Text Example


Text Example

White with #AFB81B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB81B; }

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

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

background-color css

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

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

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

border-color css

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

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

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