Html Css Color HEX #ACCB14 Bahia

📋 copy color: '#ACCB14'

red 172 ◦ green 203 ◦ blue 20

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

Shades of Bahia #ACCB14

Tints of Bahia #ACCB14

RGB

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

 GREEN value IS 203 (79.69% from 255) = 51.39%

 BLUE value IS 20 (8.2% from 255) = 5.06%

R = 43.54%
G = 51.39%
B = 5.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#ACCB14 (or 0xACCB14) is known color: Bahia. HEX triplet: AC, CB and 14. RGB value is (172,203,20). Sum of RGB (Red+Green+Blue) = 172+203+20=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 203 (79.69% from 255 or 51.39% from 395); Blue value is 20 (8.20% from 255 or 5.06% from 395); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCB14 is #5334EB. Grayscale: #ADADAD. Windows color (decimal): -5453036 or 1362860. OLE color: 1362860.

HSL color Cylindrical-coordinate representation of color #ACCB14: hue angle of 70.16º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACCB14 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 203 20 -
CMYK 0.15 0 0.90 0.20
HSL 70.16º 0.82% 0.44% -
HSV(B) 70.16º 0.9% 0.8% -
XYZ 38.5 51.53 8.58 -
YUV 172.87 41.73 127.38 -
System Red Green Blue C M Y K H S L
Decimal 172 203 20 0.15 0 0.90 0.20 70.16 0.82 0.44
Hex AC CB 14 F 0 5A 14 46 52 2C
Octal 254 313 24 17 0 132 24 106 122 54
Binary 10101100 11001011 10100 1111 0 1011010 10100 1000110 1010010 101100

Color Harmonies of #ACCB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCB14

Black with #ACCB14

Text Example


Text Example

White with #ACCB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCB14; }

 p { color: rgb(172,203,20); }

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

background-color css

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

 a { background-color: rgb(172,203,20); }

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

border-color css

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

 span { border-color: rgb(172,203,20); }

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