Html Css Color HEX #AFB61D Bahia

📋 copy color: '#AFB61D'

red 175 ◦ green 182 ◦ blue 29

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

Shades of Bahia #AFB61D

Tints of Bahia #AFB61D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 47.15%

 BLUE value IS 29 (11.72% from 255) = 7.51%

R = 45.34%
G = 47.15%
B = 7.51%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#AFB61D (or 0xAFB61D) is known color: Bahia. HEX triplet: AF, B6 and 1D. RGB value is (175,182,29). Sum of RGB (Red+Green+Blue) = 175+182+29=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 182 (71.48% from 255 or 47.15% from 386); Blue value is 29 (11.72% from 255 or 7.51% from 386); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB61D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB61D is #5049E2. Grayscale: #A3A3A3. Windows color (decimal): -5261795 or 1947311. OLE color: 1947311.

HSL color Cylindrical-coordinate representation of color #AFB61D: hue angle of 62.75º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AFB61D is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 182 29 -
CMYK 0.04 0 0.84 0.29
HSL 62.75º 0.73% 0.41% -
HSV(B) 62.75º 0.84% 0.71% -
XYZ 34.63 42.66 7.57 -
YUV 162.47 52.68 136.94 -
System Red Green Blue C M Y K H S L
Decimal 175 182 29 0.04 0 0.84 0.29 62.75 0.73 0.41
Hex AF B6 1D 4 0 54 1D 3F 49 29
Octal 257 266 35 4 0 124 35 77 111 51
Binary 10101111 10110110 11101 100 0 1010100 11101 111111 1001001 101001

Color Harmonies of #AFB61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB61D

Black with #AFB61D

Text Example


Text Example

White with #AFB61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB61D; }

 p { color: rgb(175,182,29); }

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

background-color css

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

 a { background-color: rgb(175,182,29); }

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

border-color css

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

 span { border-color: rgb(175,182,29); }

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