Html Css Color HEX #ACCB17 Bahia

📋 copy color: '#ACCB17'

red 172 ◦ green 203 ◦ blue 23

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

Shades of Bahia #ACCB17

Tints of Bahia #ACCB17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.78%

R = 43.22%
G = 51.01%
B = 5.78%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#ACCB17 (or 0xACCB17) is known color: Bahia. HEX triplet: AC, CB and 17. RGB value is (172,203,23). Sum of RGB (Red+Green+Blue) = 172+203+23=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 203 (79.69% from 255 or 51.01% from 398); Blue value is 23 (9.38% from 255 or 5.78% from 398); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCB17 is #5334E8. Grayscale: #ADADAD. Windows color (decimal): -5453033 or 1559468. OLE color: 1559468.

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

Color convert

RGB 172 203 23 -
CMYK 0.15 0 0.89 0.20
HSL 70.33º 0.8% 0.44% -
HSV(B) 70.33º 0.89% 0.8% -
XYZ 38.52 51.54 8.73 -
YUV 173.21 43.23 127.14 -
System Red Green Blue C M Y K H S L
Decimal 172 203 23 0.15 0 0.89 0.20 70.33 0.8 0.44
Hex AC CB 17 F 0 59 14 46 50 2C
Octal 254 313 27 17 0 131 24 106 120 54
Binary 10101100 11001011 10111 1111 0 1011001 10100 1000110 1010000 101100

Color Harmonies of #ACCB17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCB17

Black with #ACCB17

Text Example


Text Example

White with #ACCB17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCB17; }

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

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

background-color css

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

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

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

border-color css

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

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

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