Html Css Color HEX #AFC51D Bahia

📋 copy color: '#AFC51D'

red 175 ◦ green 197 ◦ blue 29

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

Shades of Bahia #AFC51D

Tints of Bahia #AFC51D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 49.13%

 BLUE value IS 29 (11.72% from 255) = 7.23%

R = 43.64%
G = 49.13%
B = 7.23%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#AFC51D (or 0xAFC51D) is known color: Bahia. HEX triplet: AF, C5 and 1D. RGB value is (175,197,29). Sum of RGB (Red+Green+Blue) = 175+197+29=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 197 (77.34% from 255 or 49.13% from 401); Blue value is 29 (11.72% from 255 or 7.23% from 401); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC51D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC51D is #503AE2. Grayscale: #ABABAB. Windows color (decimal): -5257955 or 1951151. OLE color: 1951151.

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

Color convert

RGB 175 197 29 -
CMYK 0.11 0 0.85 0.23
HSL 67.86º 0.74% 0.44% -
HSV(B) 67.86º 0.85% 0.77% -
XYZ 37.87 49.14 8.65 -
YUV 171.27 47.71 130.66 -
System Red Green Blue C M Y K H S L
Decimal 175 197 29 0.11 0 0.85 0.23 67.86 0.74 0.44
Hex AF C5 1D B 0 55 17 44 4A 2C
Octal 257 305 35 13 0 125 27 104 112 54
Binary 10101111 11000101 11101 1011 0 1010101 10111 1000100 1001010 101100

Color Harmonies of #AFC51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC51D

Black with #AFC51D

Text Example


Text Example

White with #AFC51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC51D; }

 p { color: rgb(175,197,29); }

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

background-color css

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

 a { background-color: rgb(175,197,29); }

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

border-color css

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

 span { border-color: rgb(175,197,29); }

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