Html Css Color HEX #AFB21A Bahia

📋 copy color: '#AFB21A'

red 175 ◦ green 178 ◦ blue 26

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

Shades of Bahia #AFB21A

Tints of Bahia #AFB21A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.97%

 BLUE value IS 26 (10.55% from 255) = 6.86%

R = 46.17%
G = 46.97%
B = 6.86%

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

#AFB21A (or 0xAFB21A) is known color: Bahia. HEX triplet: AF, B2 and 1A. RGB value is (175,178,26). Sum of RGB (Red+Green+Blue) = 175+178+26=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 178 (69.92% from 255 or 46.97% from 379); Blue value is 26 (10.55% from 255 or 6.86% from 379); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB21A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFB21A is #504DE5. Grayscale: #A0A0A0. Windows color (decimal): -5262822 or 1749679. OLE color: 1749679.

HSL color Cylindrical-coordinate representation of color #AFB21A: hue angle of 61.18º degrees, saturation: 0.75, 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 #AFB21A is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 178 26 -
CMYK 0.02 0 0.85 0.30
HSL 61.18º 0.75% 0.4% -
HSV(B) 61.18º 0.85% 0.7% -
XYZ 33.79 41.03 7.12 -
YUV 159.78 52.51 138.86 -
System Red Green Blue C M Y K H S L
Decimal 175 178 26 0.02 0 0.85 0.30 61.18 0.75 0.4
Hex AF B2 1A 2 0 55 1E 3D 4B 28
Octal 257 262 32 2 0 125 36 75 113 50
Binary 10101111 10110010 11010 10 0 1010101 11110 111101 1001011 101000

Color Harmonies of #AFB21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB21A

Black with #AFB21A

Text Example


Text Example

White with #AFB21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB21A; }

 p { color: rgb(175,178,26); }

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

background-color css

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

 a { background-color: rgb(175,178,26); }

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

border-color css

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

 span { border-color: rgb(175,178,26); }

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