Html Css Color HEX #AFC32B Bahia

📋 copy color: '#AFC32B'

red 175 ◦ green 195 ◦ blue 43

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

Shades of Bahia #AFC32B

Tints of Bahia #AFC32B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.22%

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

R = 42.37%
G = 47.22%
B = 10.41%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#AFC32B (or 0xAFC32B) is known color: Bahia. HEX triplet: AF, C3 and 2B. RGB value is (175,195,43). Sum of RGB (Red+Green+Blue) = 175+195+43=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 195 (76.56% from 255 or 47.22% from 413); Blue value is 43 (17.19% from 255 or 10.41% from 413); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC32B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC32B is #503CD4. Grayscale: #ACACAC. Windows color (decimal): -5258453 or 2868143. OLE color: 2868143.

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

Color convert

RGB 175 195 43 -
CMYK 0.10 0 0.78 0.24
HSL 67.89º 0.64% 0.47% -
HSV(B) 67.89º 0.78% 0.76% -
XYZ 37.63 48.32 9.63 -
YUV 171.69 55.37 130.36 -
System Red Green Blue C M Y K H S L
Decimal 175 195 43 0.10 0 0.78 0.24 67.89 0.64 0.47
Hex AF C3 2B A 0 4E 18 44 40 2F
Octal 257 303 53 12 0 116 30 104 100 57
Binary 10101111 11000011 101011 1010 0 1001110 11000 1000100 1000000 101111

Color Harmonies of #AFC32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC32B

Black with #AFC32B

Text Example


Text Example

White with #AFC32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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