Html Css Color HEX #AFBE30 Bahia

📋 copy color: '#AFBE30'

red 175 ◦ green 190 ◦ blue 48

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

Shades of Bahia #AFBE30

Tints of Bahia #AFBE30

RGB

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

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

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

R = 42.37%
G = 46%
B = 11.62%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#AFBE30 (or 0xAFBE30) is known color: Bahia. HEX triplet: AF, BE and 30. RGB value is (175,190,48). Sum of RGB (Red+Green+Blue) = 175+190+48=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 190 (74.61% from 255 or 46.00% from 413); Blue value is 48 (19.14% from 255 or 11.62% from 413); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBE30 is #5041CF. Grayscale: #A9A9A9. Windows color (decimal): -5259728 or 3194543. OLE color: 3194543.

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

Color convert

RGB 175 190 48 -
CMYK 0.08 0 0.75 0.25
HSL 66.34º 0.6% 0.47% -
HSV(B) 66.34º 0.75% 0.75% -
XYZ 36.63 46.15 9.77 -
YUV 169.33 59.53 132.05 -
System Red Green Blue C M Y K H S L
Decimal 175 190 48 0.08 0 0.75 0.25 66.34 0.6 0.47
Hex AF BE 30 8 0 4B 19 42 3C 2F
Octal 257 276 60 10 0 113 31 102 74 57
Binary 10101111 10111110 110000 1000 0 1001011 11001 1000010 111100 101111

Color Harmonies of #AFBE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBE30

Black with #AFBE30

Text Example


Text Example

White with #AFBE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBE30; }

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

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

background-color css

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

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

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

border-color css

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

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

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