Html Css Color HEX #AFC11B Bahia

📋 copy color: '#AFC11B'

red 175 ◦ green 193 ◦ blue 27

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

Shades of Bahia #AFC11B

Tints of Bahia #AFC11B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.86%

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

R = 44.3%
G = 48.86%
B = 6.84%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#AFC11B (or 0xAFC11B) is known color: Bahia. HEX triplet: AF, C1 and 1B. RGB value is (175,193,27). Sum of RGB (Red+Green+Blue) = 175+193+27=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 193 (75.78% from 255 or 48.86% from 395); Blue value is 27 (10.94% from 255 or 6.84% from 395); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC11B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC11B is #503EE4. Grayscale: #A9A9A9. Windows color (decimal): -5258981 or 1819055. OLE color: 1819055.

HSL color Cylindrical-coordinate representation of color #AFC11B: hue angle of 66.51º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFC11B is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 193 27 -
CMYK 0.09 0 0.86 0.24
HSL 66.51º 0.75% 0.43% -
HSV(B) 66.51º 0.86% 0.76% -
XYZ 36.95 47.33 8.23 -
YUV 168.69 48.04 132.5 -
System Red Green Blue C M Y K H S L
Decimal 175 193 27 0.09 0 0.86 0.24 66.51 0.75 0.43
Hex AF C1 1B 9 0 56 18 43 4B 2B
Octal 257 301 33 11 0 126 30 103 113 53
Binary 10101111 11000001 11011 1001 0 1010110 11000 1000011 1001011 101011

Color Harmonies of #AFC11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC11B

Black with #AFC11B

Text Example


Text Example

White with #AFC11B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC11B; }

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

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

background-color css

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

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

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

border-color css

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

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

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