Html Css Color HEX #ACCB0F Bahia

📋 copy color: '#ACCB0F'

red 172 ◦ green 203 ◦ blue 15

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

Shades of Bahia #ACCB0F

Tints of Bahia #ACCB0F

RGB

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

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

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

R = 44.1%
G = 52.05%
B = 3.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#ACCB0F (or 0xACCB0F) is known color: Bahia. HEX triplet: AC, CB and 0F. RGB value is (172,203,15). Sum of RGB (Red+Green+Blue) = 172+203+15=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 203 (79.69% from 255 or 52.05% from 390); Blue value is 15 (6.25% from 255 or 3.85% from 390); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCB0F is #5334F0. Grayscale: #ADADAD. Windows color (decimal): -5453041 or 1035180. OLE color: 1035180.

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

Color convert

RGB 172 203 15 -
CMYK 0.15 0 0.93 0.20
HSL 69.89º 0.86% 0.43% -
HSV(B) 69.89º 0.93% 0.8% -
XYZ 38.46 51.52 8.37 -
YUV 172.3 39.23 127.79 -
System Red Green Blue C M Y K H S L
Decimal 172 203 15 0.15 0 0.93 0.20 69.89 0.86 0.43
Hex AC CB F F 0 5D 14 46 56 2B
Octal 254 313 17 17 0 135 24 106 126 53
Binary 10101100 11001011 1111 1111 0 1011101 10100 1000110 1010110 101011

Color Harmonies of #ACCB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCB0F

Black with #ACCB0F

Text Example


Text Example

White with #ACCB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCB0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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