Html Css Color HEX #AFB82C Bahia

📋 copy color: '#AFB82C'

red 175 ◦ green 184 ◦ blue 44

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

Shades of Bahia #AFB82C

Tints of Bahia #AFB82C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.92%

R = 43.42%
G = 45.66%
B = 10.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#AFB82C (or 0xAFB82C) is known color: Bahia. HEX triplet: AF, B8 and 2C. RGB value is (175,184,44). Sum of RGB (Red+Green+Blue) = 175+184+44=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 184 (72.27% from 255 or 45.66% from 403); Blue value is 44 (17.58% from 255 or 10.92% from 403); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB82C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB82C is #5047D3. Grayscale: #A5A5A5. Windows color (decimal): -5261268 or 2930863. OLE color: 2930863.

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

Color convert

RGB 175 184 44 -
CMYK 0.05 0 0.76 0.28
HSL 63.86º 0.61% 0.45% -
HSV(B) 63.86º 0.76% 0.72% -
XYZ 35.27 43.58 8.93 -
YUV 165.35 59.52 134.88 -
System Red Green Blue C M Y K H S L
Decimal 175 184 44 0.05 0 0.76 0.28 63.86 0.61 0.45
Hex AF B8 2C 5 0 4C 1C 40 3D 2D
Octal 257 270 54 5 0 114 34 100 75 55
Binary 10101111 10111000 101100 101 0 1001100 11100 1000000 111101 101101

Color Harmonies of #AFB82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB82C

Black with #AFB82C

Text Example


Text Example

White with #AFB82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB82C; }

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

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

background-color css

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

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

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

border-color css

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

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

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