Html Css Color HEX #AFBB30 Bahia

📋 copy color: '#AFBB30'

red 175 ◦ green 187 ◦ blue 48

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

Shades of Bahia #AFBB30

Tints of Bahia #AFBB30

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.61%

 BLUE value IS 48 (19.14% from 255) = 11.71%

R = 42.68%
G = 45.61%
B = 11.71%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#AFBB30 (or 0xAFBB30) is known color: Bahia. HEX triplet: AF, BB and 30. RGB value is (175,187,48). Sum of RGB (Red+Green+Blue) = 175+187+48=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 48 (19.14% from 255 or 11.71% from 410); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBB30 is #5044CF. Grayscale: #A8A8A8. Windows color (decimal): -5260496 or 3193775. OLE color: 3193775.

HSL color Cylindrical-coordinate representation of color #AFBB30: hue angle of 65.18º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AFBB30 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 187 48 -
CMYK 0.06 0 0.74 0.27
HSL 65.18º 0.59% 0.46% -
HSV(B) 65.18º 0.74% 0.73% -
XYZ 35.98 44.87 9.56 -
YUV 167.57 60.52 133.3 -
System Red Green Blue C M Y K H S L
Decimal 175 187 48 0.06 0 0.74 0.27 65.18 0.59 0.46
Hex AF BB 30 6 0 4A 1B 41 3B 2E
Octal 257 273 60 6 0 112 33 101 73 56
Binary 10101111 10111011 110000 110 0 1001010 11011 1000001 111011 101110

Color Harmonies of #AFBB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBB30

Black with #AFBB30

Text Example


Text Example

White with #AFBB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBB30; }

 p { color: rgb(175,187,48); }

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

background-color css

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

 a { background-color: rgb(175,187,48); }

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

border-color css

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

 span { border-color: rgb(175,187,48); }

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