Html Css Color HEX #AFBC2B Bahia

📋 copy color: '#AFBC2B'

red 175 ◦ green 188 ◦ blue 43

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

Shades of Bahia #AFBC2B

Tints of Bahia #AFBC2B

RGB

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

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

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

R = 43.1%
G = 46.31%
B = 10.59%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#AFBC2B (or 0xAFBC2B) is known color: Bahia. HEX triplet: AF, BC and 2B. RGB value is (175,188,43). Sum of RGB (Red+Green+Blue) = 175+188+43=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 43 (17.19% from 255 or 10.59% from 406); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBC2B is #5043D4. Grayscale: #A8A8A8. Windows color (decimal): -5260245 or 2866351. OLE color: 2866351.

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

Color convert

RGB 175 188 43 -
CMYK 0.07 0 0.77 0.26
HSL 65.38º 0.63% 0.45% -
HSV(B) 65.38º 0.77% 0.74% -
XYZ 36.1 45.25 9.12 -
YUV 167.58 57.69 133.29 -
System Red Green Blue C M Y K H S L
Decimal 175 188 43 0.07 0 0.77 0.26 65.38 0.63 0.45
Hex AF BC 2B 7 0 4D 1A 41 3F 2D
Octal 257 274 53 7 0 115 32 101 77 55
Binary 10101111 10111100 101011 111 0 1001101 11010 1000001 111111 101101

Color Harmonies of #AFBC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC2B

Black with #AFBC2B

Text Example


Text Example

White with #AFBC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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