Html Css Color HEX #AFBE33 Bahia

📋 copy color: '#AFBE33'

red 175 ◦ green 190 ◦ blue 51

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

Shades of Bahia #AFBE33

Tints of Bahia #AFBE33

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.67%

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

R = 42.07%
G = 45.67%
B = 12.26%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#AFBE33 (or 0xAFBE33) is known color: Bahia. HEX triplet: AF, BE and 33. RGB value is (175,190,51). Sum of RGB (Red+Green+Blue) = 175+190+51=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 190 (74.61% from 255 or 45.67% from 416); Blue value is 51 (20.31% from 255 or 12.26% from 416); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBE33 is #5041CC. Grayscale: #AAAAAA. Windows color (decimal): -5259725 or 3391151. OLE color: 3391151.

HSL color Cylindrical-coordinate representation of color #AFBE33: hue angle of 66.47º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AFBE33 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 190 51 -
CMYK 0.08 0 0.73 0.25
HSL 66.47º 0.58% 0.47% -
HSV(B) 66.47º 0.73% 0.75% -
XYZ 36.69 46.18 10.11 -
YUV 169.67 61.03 131.8 -
System Red Green Blue C M Y K H S L
Decimal 175 190 51 0.08 0 0.73 0.25 66.47 0.58 0.47
Hex AF BE 33 8 0 49 19 42 3A 2F
Octal 257 276 63 10 0 111 31 102 72 57
Binary 10101111 10111110 110011 1000 0 1001001 11001 1000010 111010 101111

Color Harmonies of #AFBE33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBE33

Black with #AFBE33

Text Example


Text Example

White with #AFBE33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBE33; }

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

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

background-color css

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

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

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

border-color css

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

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

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