Html Css Color HEX #AFC233 Bahia

📋 copy color: '#AFC233'

red 175 ◦ green 194 ◦ blue 51

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

Shades of Bahia #AFC233

Tints of Bahia #AFC233

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.19%

 BLUE value IS 51 (20.31% from 255) = 12.14%

R = 41.67%
G = 46.19%
B = 12.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#AFC233 (or 0xAFC233) is known color: Bahia. HEX triplet: AF, C2 and 33. RGB value is (175,194,51). Sum of RGB (Red+Green+Blue) = 175+194+51=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 51 (20.31% from 255 or 12.14% from 420); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC233 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC233 is #503DCC. Grayscale: #ACACAC. Windows color (decimal): -5258701 or 3392175. OLE color: 3392175.

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

Color convert

RGB 175 194 51 -
CMYK 0.10 0 0.74 0.24
HSL 67.97º 0.58% 0.48% -
HSV(B) 67.97º 0.74% 0.76% -
XYZ 37.57 47.94 10.4 -
YUV 172.02 59.71 130.13 -
System Red Green Blue C M Y K H S L
Decimal 175 194 51 0.10 0 0.74 0.24 67.97 0.58 0.48
Hex AF C2 33 A 0 4A 18 44 3A 30
Octal 257 302 63 12 0 112 30 104 72 60
Binary 10101111 11000010 110011 1010 0 1001010 11000 1000100 111010 110000

Color Harmonies of #AFC233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC233

Black with #AFC233

Text Example


Text Example

White with #AFC233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC233; }

 p { color: rgb(175,194,51); }

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

background-color css

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

 a { background-color: rgb(175,194,51); }

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

border-color css

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

 span { border-color: rgb(175,194,51); }

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