Html Css Color HEX #AFB82B Bahia

📋 copy color: '#AFB82B'

red 175 ◦ green 184 ◦ blue 43

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

Shades of Bahia #AFB82B

Tints of Bahia #AFB82B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.7%

R = 43.53%
G = 45.77%
B = 10.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#AFB82B (or 0xAFB82B) is known color: Bahia. HEX triplet: AF, B8 and 2B. RGB value is (175,184,43). Sum of RGB (Red+Green+Blue) = 175+184+43=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 184 (72.27% from 255 or 45.77% from 402); Blue value is 43 (17.19% from 255 or 10.70% from 402); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB82B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB82B is #5047D4. Grayscale: #A5A5A5. Windows color (decimal): -5261269 or 2865327. OLE color: 2865327.

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

Color convert

RGB 175 184 43 -
CMYK 0.05 0 0.77 0.28
HSL 63.83º 0.62% 0.45% -
HSV(B) 63.83º 0.77% 0.72% -
XYZ 35.26 43.57 8.84 -
YUV 165.24 59.02 134.96 -
System Red Green Blue C M Y K H S L
Decimal 175 184 43 0.05 0 0.77 0.28 63.83 0.62 0.45
Hex AF B8 2B 5 0 4D 1C 40 3E 2D
Octal 257 270 53 5 0 115 34 100 76 55
Binary 10101111 10111000 101011 101 0 1001101 11100 1000000 111110 101101

Color Harmonies of #AFB82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB82B

Black with #AFB82B

Text Example


Text Example

White with #AFB82B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB82B; }

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

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

background-color css

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

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

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

border-color css

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

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

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