Html Css Color HEX #ACBE30 Bahia

📋 copy color: '#ACBE30'

red 172 ◦ green 190 ◦ blue 48

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

Shades of Bahia #ACBE30

Tints of Bahia #ACBE30

RGB

 RED value IS 172 (67.58% from 255) = 41.95%

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

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

R = 41.95%
G = 46.34%
B = 11.71%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#ACBE30 (or 0xACBE30) is known color: Bahia. HEX triplet: AC, BE and 30. RGB value is (172,190,48). Sum of RGB (Red+Green+Blue) = 172+190+48=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 48 (19.14% from 255 or 11.71% from 410); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBE30 is #5341CF. Grayscale: #A8A8A8. Windows color (decimal): -5456336 or 3194540. OLE color: 3194540.

HSL color Cylindrical-coordinate representation of color #ACBE30: hue angle of 67.61º 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 #ACBE30 is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 190 48 -
CMYK 0.09 0 0.75 0.25
HSL 67.61º 0.6% 0.47% -
HSV(B) 67.61º 0.75% 0.75% -
XYZ 35.96 45.81 9.74 -
YUV 168.43 60.04 130.55 -
System Red Green Blue C M Y K H S L
Decimal 172 190 48 0.09 0 0.75 0.25 67.61 0.6 0.47
Hex AC BE 30 9 0 4B 19 44 3C 2F
Octal 254 276 60 11 0 113 31 104 74 57
Binary 10101100 10111110 110000 1001 0 1001011 11001 1000100 111100 101111

Color Harmonies of #ACBE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBE30

Black with #ACBE30

Text Example


Text Example

White with #ACBE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBE30; }

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

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

background-color css

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

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

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

border-color css

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

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

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