Html Css Color HEX #ACBD34 Bahia

📋 copy color: '#ACBD34'

red 172 ◦ green 189 ◦ blue 52

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

Shades of Bahia #ACBD34

Tints of Bahia #ACBD34

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.76%

 BLUE value IS 52 (20.7% from 255) = 12.59%

R = 41.65%
G = 45.76%
B = 12.59%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#ACBD34 (or 0xACBD34) is known color: Bahia. HEX triplet: AC, BD and 34. RGB value is (172,189,52). Sum of RGB (Red+Green+Blue) = 172+189+52=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 189 (74.22% from 255 or 45.76% from 413); Blue value is 52 (20.70% from 255 or 12.59% from 413); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBD34 is #5342CB. Grayscale: #A8A8A8. Windows color (decimal): -5456588 or 3456428. OLE color: 3456428.

HSL color Cylindrical-coordinate representation of color #ACBD34: hue angle of 67.45º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ACBD34 is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 189 52 -
CMYK 0.09 0 0.72 0.26
HSL 67.45º 0.57% 0.47% -
HSV(B) 67.45º 0.72% 0.74% -
XYZ 35.83 45.41 10.13 -
YUV 168.3 62.37 130.64 -
System Red Green Blue C M Y K H S L
Decimal 172 189 52 0.09 0 0.72 0.26 67.45 0.57 0.47
Hex AC BD 34 9 0 48 1A 43 39 2F
Octal 254 275 64 11 0 110 32 103 71 57
Binary 10101100 10111101 110100 1001 0 1001000 11010 1000011 111001 101111

Color Harmonies of #ACBD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBD34

Black with #ACBD34

Text Example


Text Example

White with #ACBD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBD34; }

 p { color: rgb(172,189,52); }

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

background-color css

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

 a { background-color: rgb(172,189,52); }

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

border-color css

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

 span { border-color: rgb(172,189,52); }

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