Html Css Color HEX #ACCD1B Bahia

📋 copy color: '#ACCD1B'

red 172 ◦ green 205 ◦ blue 27

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

Shades of Bahia #ACCD1B

Tints of Bahia #ACCD1B

RGB

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

 GREEN value IS 205 (80.47% from 255) = 50.74%

 BLUE value IS 27 (10.94% from 255) = 6.68%

R = 42.57%
G = 50.74%
B = 6.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#ACCD1B (or 0xACCD1B) is known color: Bahia. HEX triplet: AC, CD and 1B. RGB value is (172,205,27). Sum of RGB (Red+Green+Blue) = 172+205+27=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 205 (80.47% from 255 or 50.74% from 404); Blue value is 27 (10.94% from 255 or 6.68% from 404); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCD1B is #5332E4. Grayscale: #AFAFAF. Windows color (decimal): -5452517 or 1822124. OLE color: 1822124.

HSL color Cylindrical-coordinate representation of color #ACCD1B: hue angle of 71.12º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ACCD1B is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 205 27 -
CMYK 0.16 0 0.87 0.20
HSL 71.12º 0.77% 0.45% -
HSV(B) 71.12º 0.87% 0.8% -
XYZ 39.04 52.51 9.12 -
YUV 174.84 44.57 125.97 -
System Red Green Blue C M Y K H S L
Decimal 172 205 27 0.16 0 0.87 0.20 71.12 0.77 0.45
Hex AC CD 1B 10 0 57 14 47 4D 2D
Octal 254 315 33 20 0 127 24 107 115 55
Binary 10101100 11001101 11011 10000 0 1010111 10100 1000111 1001101 101101

Color Harmonies of #ACCD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCD1B

Black with #ACCD1B

Text Example


Text Example

White with #ACCD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCD1B; }

 p { color: rgb(172,205,27); }

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

background-color css

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

 a { background-color: rgb(172,205,27); }

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

border-color css

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

 span { border-color: rgb(172,205,27); }

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