Html Css Color HEX #AFC41B Bahia

📋 copy color: '#AFC41B'

red 175 ◦ green 196 ◦ blue 27

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

Shades of Bahia #AFC41B

Tints of Bahia #AFC41B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 49.25%

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

R = 43.97%
G = 49.25%
B = 6.78%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#AFC41B (or 0xAFC41B) is known color: Bahia. HEX triplet: AF, C4 and 1B. RGB value is (175,196,27). Sum of RGB (Red+Green+Blue) = 175+196+27=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 196 (76.95% from 255 or 49.25% from 398); Blue value is 27 (10.94% from 255 or 6.78% from 398); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC41B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC41B is #503BE4. Grayscale: #ABABAB. Windows color (decimal): -5258213 or 1819823. OLE color: 1819823.

HSL color Cylindrical-coordinate representation of color #AFC41B: hue angle of 67.46º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFC41B is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 196 27 -
CMYK 0.11 0 0.86 0.23
HSL 67.46º 0.76% 0.44% -
HSV(B) 67.46º 0.86% 0.77% -
XYZ 37.62 48.67 8.45 -
YUV 170.46 47.04 131.24 -
System Red Green Blue C M Y K H S L
Decimal 175 196 27 0.11 0 0.86 0.23 67.46 0.76 0.44
Hex AF C4 1B B 0 56 17 43 4C 2C
Octal 257 304 33 13 0 126 27 103 114 54
Binary 10101111 11000100 11011 1011 0 1010110 10111 1000011 1001100 101100

Color Harmonies of #AFC41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC41B

Black with #AFC41B

Text Example


Text Example

White with #AFC41B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC41B; }

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

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

background-color css

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

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

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

border-color css

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

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

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