Html Css Color HEX #AFC12B Bahia

📋 copy color: '#AFC12B'

red 175 ◦ green 193 ◦ blue 43

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

Shades of Bahia #AFC12B

Tints of Bahia #AFC12B

RGB

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

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

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

R = 42.58%
G = 46.96%
B = 10.46%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#AFC12B (or 0xAFC12B) is known color: Bahia. HEX triplet: AF, C1 and 2B. RGB value is (175,193,43). Sum of RGB (Red+Green+Blue) = 175+193+43=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 43 (17.19% from 255 or 10.46% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC12B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC12B is #503ED4. Grayscale: #ABABAB. Windows color (decimal): -5258965 or 2867631. OLE color: 2867631.

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

Color convert

RGB 175 193 43 -
CMYK 0.09 0 0.78 0.24
HSL 67.2º 0.64% 0.46% -
HSV(B) 67.2º 0.78% 0.76% -
XYZ 37.19 47.43 9.48 -
YUV 170.52 56.04 131.2 -
System Red Green Blue C M Y K H S L
Decimal 175 193 43 0.09 0 0.78 0.24 67.2 0.64 0.46
Hex AF C1 2B 9 0 4E 18 43 40 2E
Octal 257 301 53 11 0 116 30 103 100 56
Binary 10101111 11000001 101011 1001 0 1001110 11000 1000011 1000000 101110

Color Harmonies of #AFC12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC12B

Black with #AFC12B

Text Example


Text Example

White with #AFC12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC12B; }

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

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

background-color css

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

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

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

border-color css

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

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

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