Html Css Color HEX #AFBC1B Bahia

📋 copy color: '#AFBC1B'

red 175 ◦ green 188 ◦ blue 27

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

Shades of Bahia #AFBC1B

Tints of Bahia #AFBC1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.92%

R = 44.87%
G = 48.21%
B = 6.92%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#AFBC1B (or 0xAFBC1B) is known color: Bahia. HEX triplet: AF, BC and 1B. RGB value is (175,188,27). Sum of RGB (Red+Green+Blue) = 175+188+27=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 27 (10.94% from 255 or 6.92% from 390); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBC1B is #5043E4. Grayscale: #A6A6A6. Windows color (decimal): -5260261 or 1817775. OLE color: 1817775.

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

Color convert

RGB 175 188 27 -
CMYK 0.07 0 0.86 0.26
HSL 64.84º 0.75% 0.42% -
HSV(B) 64.84º 0.86% 0.74% -
XYZ 35.86 45.16 7.86 -
YUV 165.76 49.69 134.59 -
System Red Green Blue C M Y K H S L
Decimal 175 188 27 0.07 0 0.86 0.26 64.84 0.75 0.42
Hex AF BC 1B 7 0 56 1A 41 4B 2A
Octal 257 274 33 7 0 126 32 101 113 52
Binary 10101111 10111100 11011 111 0 1010110 11010 1000001 1001011 101010

Color Harmonies of #AFBC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC1B

Black with #AFBC1B

Text Example


Text Example

White with #AFBC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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