Html Css Color HEX #AFBC30 Bahia

📋 copy color: '#AFBC30'

red 175 ◦ green 188 ◦ blue 48

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

Shades of Bahia #AFBC30

Tints of Bahia #AFBC30

RGB

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

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

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

R = 42.58%
G = 45.74%
B = 11.68%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#AFBC30 (or 0xAFBC30) is known color: Bahia. HEX triplet: AF, BC and 30. RGB value is (175,188,48). Sum of RGB (Red+Green+Blue) = 175+188+48=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 48 (19.14% from 255 or 11.68% from 411); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBC30 is #5043CF. Grayscale: #A8A8A8. Windows color (decimal): -5260240 or 3194031. OLE color: 3194031.

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

Color convert

RGB 175 188 48 -
CMYK 0.07 0 0.74 0.26
HSL 65.57º 0.59% 0.46% -
HSV(B) 65.57º 0.74% 0.74% -
XYZ 36.2 45.29 9.63 -
YUV 168.15 60.19 132.88 -
System Red Green Blue C M Y K H S L
Decimal 175 188 48 0.07 0 0.74 0.26 65.57 0.59 0.46
Hex AF BC 30 7 0 4A 1A 42 3B 2E
Octal 257 274 60 7 0 112 32 102 73 56
Binary 10101111 10111100 110000 111 0 1001010 11010 1000010 111011 101110

Color Harmonies of #AFBC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC30

Black with #AFBC30

Text Example


Text Example

White with #AFBC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC30; }

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

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

background-color css

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

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

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

border-color css

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

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

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