Html Css Color HEX #ACCF1B Bahia

📋 copy color: '#ACCF1B'

red 172 ◦ green 207 ◦ blue 27

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

Shades of Bahia #ACCF1B

Tints of Bahia #ACCF1B

RGB

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

 GREEN value IS 207 (81.25% from 255) = 50.99%

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

R = 42.36%
G = 50.99%
B = 6.65%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#ACCF1B (or 0xACCF1B) is known color: Bahia. HEX triplet: AC, CF and 1B. RGB value is (172,207,27). Sum of RGB (Red+Green+Blue) = 172+207+27=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 207 (81.25% from 255 or 50.99% from 406); Blue value is 27 (10.94% from 255 or 6.65% from 406); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCF1B is #5330E4. Grayscale: #B0B0B0. Windows color (decimal): -5452005 or 1822636. OLE color: 1822636.

HSL color Cylindrical-coordinate representation of color #ACCF1B: hue angle of 71.67º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ACCF1B is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 207 27 -
CMYK 0.17 0 0.87 0.19
HSL 71.67º 0.77% 0.46% -
HSV(B) 71.67º 0.87% 0.81% -
XYZ 39.52 53.48 9.28 -
YUV 176.02 43.9 125.14 -
System Red Green Blue C M Y K H S L
Decimal 172 207 27 0.17 0 0.87 0.19 71.67 0.77 0.46
Hex AC CF 1B 11 0 57 13 48 4D 2E
Octal 254 317 33 21 0 127 23 110 115 56
Binary 10101100 11001111 11011 10001 0 1010111 10011 1001000 1001101 101110

Color Harmonies of #ACCF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCF1B

Black with #ACCF1B

Text Example


Text Example

White with #ACCF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCF1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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