Html Css Color HEX #AFBC33 Bahia

📋 copy color: '#AFBC33'

red 175 ◦ green 188 ◦ blue 51

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

Shades of Bahia #AFBC33

Tints of Bahia #AFBC33

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.41%

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

R = 42.27%
G = 45.41%
B = 12.32%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#AFBC33 (or 0xAFBC33) is known color: Bahia. HEX triplet: AF, BC and 33. RGB value is (175,188,51). Sum of RGB (Red+Green+Blue) = 175+188+51=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 51 (20.31% from 255 or 12.32% from 414); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBC33 is #5043CC. Grayscale: #A9A9A9. Windows color (decimal): -5260237 or 3390639. OLE color: 3390639.

HSL color Cylindrical-coordinate representation of color #AFBC33: hue angle of 65.69º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AFBC33 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 188 51 -
CMYK 0.07 0 0.73 0.26
HSL 65.69º 0.57% 0.47% -
HSV(B) 65.69º 0.73% 0.74% -
XYZ 36.26 45.32 9.97 -
YUV 168.5 61.69 132.64 -
System Red Green Blue C M Y K H S L
Decimal 175 188 51 0.07 0 0.73 0.26 65.69 0.57 0.47
Hex AF BC 33 7 0 49 1A 42 39 2F
Octal 257 274 63 7 0 111 32 102 71 57
Binary 10101111 10111100 110011 111 0 1001001 11010 1000010 111001 101111

Color Harmonies of #AFBC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC33

Black with #AFBC33

Text Example


Text Example

White with #AFBC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC33; }

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

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

background-color css

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

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

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

border-color css

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

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

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