Html Css Color HEX #AFB633 Bahia

📋 copy color: '#AFB633'

red 175 ◦ green 182 ◦ blue 51

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

Shades of Bahia #AFB633

Tints of Bahia #AFB633

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.61%

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

R = 42.89%
G = 44.61%
B = 12.5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#AFB633 (or 0xAFB633) is known color: Bahia. HEX triplet: AF, B6 and 33. RGB value is (175,182,51). Sum of RGB (Red+Green+Blue) = 175+182+51=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 182 (71.48% from 255 or 44.61% from 408); Blue value is 51 (20.31% from 255 or 12.5% from 408); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB633 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB633 is #5049CC. Grayscale: #A5A5A5. Windows color (decimal): -5261773 or 3389103. OLE color: 3389103.

HSL color Cylindrical-coordinate representation of color #AFB633: hue angle of 63.21º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AFB633 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 182 51 -
CMYK 0.04 0 0.72 0.29
HSL 63.21º 0.56% 0.46% -
HSV(B) 63.21º 0.72% 0.71% -
XYZ 35 42.81 9.55 -
YUV 164.97 63.68 135.15 -
System Red Green Blue C M Y K H S L
Decimal 175 182 51 0.04 0 0.72 0.29 63.21 0.56 0.46
Hex AF B6 33 4 0 48 1D 3F 38 2E
Octal 257 266 63 4 0 110 35 77 70 56
Binary 10101111 10110110 110011 100 0 1001000 11101 111111 111000 101110

Color Harmonies of #AFB633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB633

Black with #AFB633

Text Example


Text Example

White with #AFB633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB633; }

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

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

background-color css

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

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

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

border-color css

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

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

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