Html Css Color HEX #ACBD0F Bahia

📋 copy color: '#ACBD0F'

red 172 ◦ green 189 ◦ blue 15

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

Shades of Bahia #ACBD0F

Tints of Bahia #ACBD0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.99%

R = 45.74%
G = 50.27%
B = 3.99%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#ACBD0F (or 0xACBD0F) is known color: Bahia. HEX triplet: AC, BD and 0F. RGB value is (172,189,15). Sum of RGB (Red+Green+Blue) = 172+189+15=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 189 (74.22% from 255 or 50.27% from 376); Blue value is 15 (6.25% from 255 or 3.99% from 376); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBD0F is #5342F0. Grayscale: #A4A4A4. Windows color (decimal): -5456625 or 1031596. OLE color: 1031596.

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

Color convert

RGB 172 189 15 -
CMYK 0.09 0 0.92 0.26
HSL 65.86º 0.85% 0.4% -
HSV(B) 65.86º 0.92% 0.74% -
XYZ 35.3 45.2 7.32 -
YUV 164.08 43.87 133.65 -
System Red Green Blue C M Y K H S L
Decimal 172 189 15 0.09 0 0.92 0.26 65.86 0.85 0.4
Hex AC BD F 9 0 5C 1A 42 55 28
Octal 254 275 17 11 0 134 32 102 125 50
Binary 10101100 10111101 1111 1001 0 1011100 11010 1000010 1010101 101000

Color Harmonies of #ACBD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBD0F

Black with #ACBD0F

Text Example


Text Example

White with #ACBD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBD0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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