Html Css Color HEX #ACBD1E Bahia

📋 copy color: '#ACBD1E'

red 172 ◦ green 189 ◦ blue 30

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

Shades of Bahia #ACBD1E

Tints of Bahia #ACBD1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.67%

R = 43.99%
G = 48.34%
B = 7.67%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#ACBD1E (or 0xACBD1E) is known color: Bahia. HEX triplet: AC, BD and 1E. RGB value is (172,189,30). Sum of RGB (Red+Green+Blue) = 172+189+30=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 30 (12.11% from 255 or 7.67% from 391); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBD1E is #5342E1. Grayscale: #A6A6A6. Windows color (decimal): -5456610 or 2014636. OLE color: 2014636.

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

Color convert

RGB 172 189 30 -
CMYK 0.09 0 0.84 0.26
HSL 66.42º 0.73% 0.43% -
HSV(B) 66.42º 0.84% 0.74% -
XYZ 35.45 45.26 8.1 -
YUV 165.79 51.37 132.43 -
System Red Green Blue C M Y K H S L
Decimal 172 189 30 0.09 0 0.84 0.26 66.42 0.73 0.43
Hex AC BD 1E 9 0 54 1A 42 49 2B
Octal 254 275 36 11 0 124 32 102 111 53
Binary 10101100 10111101 11110 1001 0 1010100 11010 1000010 1001001 101011

Color Harmonies of #ACBD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBD1E

Black with #ACBD1E

Text Example


Text Example

White with #ACBD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBD1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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