Html Css Color HEX #AFBC2A Bahia

📋 copy color: '#AFBC2A'

red 175 ◦ green 188 ◦ blue 42

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

Shades of Bahia #AFBC2A

Tints of Bahia #AFBC2A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.42%

 BLUE value IS 42 (16.8% from 255) = 10.37%

R = 43.21%
G = 46.42%
B = 10.37%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#AFBC2A (or 0xAFBC2A) is known color: Bahia. HEX triplet: AF, BC and 2A. RGB value is (175,188,42). Sum of RGB (Red+Green+Blue) = 175+188+42=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 42 (16.80% from 255 or 10.37% from 405); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBC2A is #5043D5. Grayscale: #A8A8A8. Windows color (decimal): -5260246 or 2800815. OLE color: 2800815.

HSL color Cylindrical-coordinate representation of color #AFBC2A: hue angle of 65.34º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AFBC2A is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 188 42 -
CMYK 0.07 0 0.78 0.26
HSL 65.34º 0.63% 0.45% -
HSV(B) 65.34º 0.78% 0.74% -
XYZ 36.08 45.25 9.02 -
YUV 167.47 57.19 133.37 -
System Red Green Blue C M Y K H S L
Decimal 175 188 42 0.07 0 0.78 0.26 65.34 0.63 0.45
Hex AF BC 2A 7 0 4E 1A 41 3F 2D
Octal 257 274 52 7 0 116 32 101 77 55
Binary 10101111 10111100 101010 111 0 1001110 11010 1000001 111111 101101

Color Harmonies of #AFBC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC2A

Black with #AFBC2A

Text Example


Text Example

White with #AFBC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC2A; }

 p { color: rgb(175,188,42); }

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

background-color css

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

 a { background-color: rgb(175,188,42); }

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

border-color css

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

 span { border-color: rgb(175,188,42); }

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